there was an error in css, now fixed

master
grgr 1 year ago
parent 7bdad0f4c9
commit eb2d83b630

@ -18,14 +18,18 @@ button:hover{
padding: 2px 5px; padding: 2px 5px;
border-radius:4px; border-radius:4px;
mix-blend-mode: multiply; mix-blend-mode: multiply;
cursor:pointer;
} }
/* ///////// class elem /////////// */ /* ///////// class elem /////////// */
header button{ header{
position:relative; display: flex;
top: ; position:absolute;
top: 100px;
left:300px;
space
} }
.cover, .thesis{ .cover, .thesis{
width: 60%; width: 60%;

Loading…
Cancel
Save