Browse Source

Ajustement pour iphone de merde

Sangfroid 4 months ago
parent
commit
d287481c35
1 changed files with 10 additions and 0 deletions
  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;
+  }
+}