Browse Source

fix CSS overflow on small screens

jomo 10 năm trước cách đây
mục cha
commit
ba4a7ae149
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;