diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2019-03-21 21:54:48 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2019-03-21 21:54:48 +0000 |
commit | fc8a6007d4da624e2fae80bb5476d76c5b9010ea (patch) | |
tree | 9856fe74e16bf3bdadf20714eb3d5a101cc55d7c /content | |
parent | c34ae6fed8503c6f8b27b4bd55cf26bb3f47ad23 (diff) | |
download | the-tk.com-fc8a6007d4da624e2fae80bb5476d76c5b9010ea.tar.gz the-tk.com-fc8a6007d4da624e2fae80bb5476d76c5b9010ea.tar.xz the-tk.com-fc8a6007d4da624e2fae80bb5476d76c5b9010ea.zip |
style.scss: min-width is just unnecessary
Diffstat (limited to 'content')
-rw-r--r-- | content/style.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/style.scss b/content/style.scss index e1873b8..2c80e91 100644 --- a/content/style.scss +++ b/content/style.scss @@ -8,7 +8,6 @@ html { main { max-width: 100%; - min-width: 60%; width: 50em; margin: 1em auto; padding: 1em; |