Browse Source

changed position of video and bio

master
nglk 3 years ago
parent
commit
6946f7e415
  1. 8
      static/css/style.css

8
static/css/style.css

@ -281,6 +281,7 @@ left: 2px;
top: 10%; top: 10%;
opacity: 0.4; opacity: 0.4;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
cursor: move;
} }
.thesis:hover { .thesis:hover {
@ -347,7 +348,6 @@ h2 {
.draggable { .draggable {
position: absolute; position: absolute;
cursor: move;
/* cursor: all-scroll; */ /* cursor: all-scroll; */
} }
@ -383,7 +383,7 @@ h2 {
#showvideo { #showvideo {
/* display: none; */ /* display: none; */
right: 5%; right: 5%;
top:10%; top:70%;
padding: 0.5%; padding: 0.5%;
background-color: transparent; background-color: transparent;
z-index: 5; z-index: 5;
@ -398,8 +398,8 @@ h2 {
#showbio { #showbio {
/* display: none; */ /* display: none; */
right: 5%; right: 5%;
top:50%; top:10%;
left: 60%; left: 60%;
bottom: 10%; bottom: 10%;
padding: 2%; padding: 2%;

Loading…
Cancel
Save