changed style -> slightly changed position of navbar and board to accomodate for smaller monitors
This commit is contained in:
parent
4ba97ce5e9
commit
2317488087
@ -7,7 +7,7 @@ ul {
|
|||||||
height: auto;
|
height: auto;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10%;
|
top: 5%;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
text-shadow: 2px 2px 5px #c41d1d;
|
text-shadow: 2px 2px 5px #c41d1d;
|
||||||
font-family: Bradley Hand, cursive;
|
font-family: Bradley Hand, cursive;
|
||||||
@ -42,7 +42,7 @@ li a:hover:not(.active) {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 55%;
|
||||||
font-family: Brush Script MT;
|
font-family: Brush Script MT;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background-image: url("muster.jpg");
|
background-image: url("muster.jpg");
|
||||||
|
Loading…
Reference in New Issue
Block a user