chiark / gitweb /
css: move unrelated things out of m-grid.css.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 13:33:31 +0000 (15:33 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 13:35:13 +0000 (15:35 +0200)
css/m-components.css
css/m-grid.css

index ced8e640f9dd9ee0fcc3c3e740d247a58433614b..f87bc7e84dc3ce305d9f2e0788a67ef07dd33d0a 100644 (file)
@@ -5,6 +5,7 @@ html {
 }
 body {
   font-family: var(--font);
+  font-size: 1rem;
   color: var(--color);
 }
 
index 983dc8d1c51dd6e4050caf9cb75a38f9eeb4d529..02d14b8426b91344f0213ff76a68d7e9b1147639 100644 (file)
@@ -1,11 +1,6 @@
 /* Important basics */
-*, ::before, ::after {
-  box-sizing: border-box;
-}
-body {
-  font-size: 1rem;
-  margin: 0;
-}
+*, ::before, ::after { box-sizing: border-box; }
+body { margin: 0; }
 
 /* 12-column layout. Inspired by Bootstrap and
    https://www.w3schools.com/css/css_rwd_grid.asp */