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%;
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%;

Loading…
Cancel
Save