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