Removed max-height: 80% from .article

This commit is contained in:
Fabio Manganiello 2022-06-15 00:04:33 +02:00
parent ce83adfebe
commit 4bbb283ec0
1 changed files with 0 additions and 7 deletions

View File

@ -41,7 +41,6 @@ main {
.article { .article {
display: block; display: block;
width: 100%; width: 100%;
max-height: 80%;
box-shadow: 0 1px 3px 1px #ccc; box-shadow: 0 1px 3px 1px #ccc;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -54,12 +53,6 @@ main {
border-radius: .5em; border-radius: .5em;
} }
/* @media screen and (min-width: 767px) { */
/* .article { */
/* max-height: 55%; */
/* } */
/* } */
@media screen and (min-width: 640px) and (max-width: 767px) { @media screen and (min-width: 640px) and (max-width: 767px) {
.article { .article {
padding: 0 calc(1em + 7vw); padding: 0 calc(1em + 7vw);