Front 3 years ago
parent
commit
d1c3d0382d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      Website/layouts/default.vue

+ 5 - 4
Website/layouts/default.vue

@@ -66,12 +66,13 @@ html, body {
     transform: scale(1) translateY(0);
   }
 }
-
-@media (min-width: 1670px) { 
-  .WhyCelesteHead { 
-    width: 1234px; 
+/*
+@media (min-width: 1234px) { 
+  .topBar { 
+    width: 95%; 
   } 
 }
+*/
 
 </style>