Selaa lähdekoodia

fix CSS overflow on small screens

jomo 10 vuotta sitten
vanhempi
sitoutus
ba4a7ae149
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      public/stylesheets/style.css

+ 2 - 1
public/stylesheets/style.css

@@ -115,7 +115,8 @@ h4 {
 
 .code .example-wrapper .preview, .code .preview-placeholder {
   display: none;
-  width: 100%;
+  left: 0;
+  right: 0;
   position: absolute;
   bottom: -240px;
   padding-top: 200px;