diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css index 2143bb7..697a33d 100644 --- a/css/base.css +++ b/css/base.css @@ -56,7 +56,7 @@ h3 { } @media screen and (min-width: 768px) { aside { - width: 20%; + width: 15%; height: 100%; position: fixed; top:0; @@ -67,7 +67,7 @@ h3 { width: 80%; position: absolute; top: 0; - left: 20%; + left: 15%; } } aside h1, aside h2, aside h3{ |