From 780ef2e2961d03a82623ad56c81c55317e130850 Mon Sep 17 00:00:00 2001 From: Sandra Date: Tue, 14 Apr 2020 15:48:59 +0200 Subject: [PATCH] title css --- static/title.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/title.css b/static/title.css index 8141ab1..c6ea984 100644 --- a/static/title.css +++ b/static/title.css @@ -7,7 +7,7 @@ body { grid-template-columns: repeat(4, 1fr); grid-gap: 10px; position: absolute; - top: 15%; + top: 25%; width: 96%; height: auto; left:2%; @@ -76,8 +76,8 @@ h2{ .viewnav { position: fixed; - top:30%; - right:5%; + top:50%; + right:2%; background-color: transparent; width: 10%; z-index: 10; @@ -149,6 +149,7 @@ p { font-size: 18px; margin-right: 5px; z-index: 9; + border: solid 1px; } .btn:hover { @@ -242,6 +243,7 @@ a.content:link { background-color: white; z-index: 10; font-size: 30px; + padding: 0px 5px 0px 5px; } .orglink .htext { @@ -301,6 +303,7 @@ a.content:link { background-color: white; z-index: 10; font-size: 30px; + padding: 0px 5px 0px 5px; } .indexlink .htext {