Переглянути джерело

Ajustement pour iphone de merde

Sangfroid 5 місяців тому
батько
коміт
d287481c35
1 змінених файлів з 10 додано та 0 видалено
  1. 10 0
      assets/styles/app.css

+ 10 - 0
assets/styles/app.css

@@ -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) {
+  .article-preview {
+    max-height: 800px;
+  }
+}