about summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-12-31 14:09:40 +0100
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-12-31 14:09:40 +0100
commit3e066c25b16860fcc3b2094105793c6c11d7f3e9 (patch)
tree227054567983f8460cde5f78694804ff961a307e /css
parentMy css + removed some template stuff (diff)
Who am I
Diffstat (limited to 'css')
-rw-r--r--css/base.css4
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{