diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 14:09:40 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-12-31 14:09:40 +0100 |
commit | 3e066c25b16860fcc3b2094105793c6c11d7f3e9 (patch) | |
tree | 227054567983f8460cde5f78694804ff961a307e /css | |
parent | My css + removed some template stuff (diff) |
Who am I
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{ |