Quellcode durchsuchen

Reset css width

Foppe Hemminga vor 6 Jahren
Ursprung
Commit
5a416a52aa
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -11,6 +11,8 @@
 	<title>Hello, world!</title>
     <style>
         .container-fluid {
+            /* reset width: 100% */
+            width: auto;
             margin: 25px 50px;
             padding: 5px 10px;
         }