@@ -336,6 +336,10 @@ main h1 a:hover {
display: none;
}
+ .article-preview {
+ max-height: 600px;
+ }
+
#header.big {
height: 100vh;
@@ -407,3 +411,9 @@ main h1 a:hover {
width: 100%;
+@media screen and (max-width: 400px) {
+ max-height: 800px;
+}