Explorar o código

fix width of div.content

Nils Schneider %!s(int64=9) %!d(string=hai) anos
pai
achega
40e5e87384
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scss/main.scss

+ 1 - 1
scss/main.scss

@@ -26,7 +26,7 @@ $buttondistance: 12pt;
 
 .content {
   position: fixed;
-  width: 100vw;
+  width: 100%;
   height: 100vh;
 }