X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style-light.css;h=7af7eb278c8ce8b1837565ee45052988332312c5;hp=3a93df5c60435c76e5cbc224ba8d329c9d3a8a5a;hb=98ba3ec96fda827996f3b624b5705697c5376647;hpb=fdfcd9bc6ed3799f7bc733ce79a90abb59a12172 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%; +}