From 6946f7e4152ce1f412f7498f5d4a4eeac964e2a1 Mon Sep 17 00:00:00 2001 From: nglk Date: Mon, 8 Mar 2021 17:37:57 +0100 Subject: [PATCH] changed position of video and bio --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index eb8d6c9..9b115a9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -281,6 +281,7 @@ left: 2px; top: 10%; opacity: 0.4; -webkit-overflow-scrolling: touch; + cursor: move; } .thesis:hover { @@ -347,7 +348,6 @@ h2 { .draggable { position: absolute; - cursor: move; /* cursor: all-scroll; */ } @@ -383,7 +383,7 @@ h2 { #showvideo { /* display: none; */ right: 5%; - top:10%; + top:70%; padding: 0.5%; background-color: transparent; z-index: 5; @@ -398,8 +398,8 @@ h2 { #showbio { /* display: none; */ - right: 5%; - top:50%; + right: 5%; + top:10%; left: 60%; bottom: 10%; padding: 2%;