From 3e066c25b16860fcc3b2094105793c6c11d7f3e9 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Tue, 31 Dec 2019 14:09:40 +0100 Subject: Who am I --- css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') 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{ -- cgit 1.4.1