X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-light.css;h=7af7eb278c8ce8b1837565ee45052988332312c5;hp=3a93df5c60435c76e5cbc224ba8d329c9d3a8a5a;hb=9cb2f064149bd992f8cf4ee8c2be3a4b68f1703c;hpb=7d81b70d77884e297a648577608ff33f0659c727 diff --git a/style-light.css b/style-light.css index 3a93df5..7af7eb2 100644 --- a/style-light.css +++ b/style-light.css @@ -24,3 +24,13 @@ a:active { .inverted a { color: white; } + +* { + box-sizing: border-box; +} + +.onecolumn { + float: left; + width: 45%; + padding: 5%; +}