Browse Source

[Web] Utilize full width, add new breakpoint

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 4 years ago
parent
commit
236fdf5584
2 changed files with 11 additions and 1 deletions
  1. 5 0
      data/web/css/site/mailbox.css
  2. 6 1
      data/web/css/site/quarantine.css

+ 5 - 0
data/web/css/site/mailbox.css

@@ -21,6 +21,11 @@
   background: #F5F5F5;
 }
 @media (min-width: 992px) {
+  .container {
+      width: 100%;
+  }
+}
+@media (min-width: 1920px) {
   .container {
       width: 80%;
   }

+ 6 - 1
data/web/css/site/quarantine.css

@@ -24,7 +24,12 @@
 
 @media (min-width: 992px) {
   .container {
-    width: 80%;
+    width: 100%;
+  }
+}
+@media (min-width: 1920px) {
+  .container {
+      width: 80%;
   }
 }