Logo relative, not absolute
This commit is contained in:
parent
046b85d057
commit
e84f6920b6
@ -22,12 +22,9 @@
|
||||
.imgContainer {
|
||||
align-self: flex-start;
|
||||
margin-top: -10px;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: calc(1em + 40px - 20px);
|
||||
width: calc((501 / 204) * (1em + 40px - 20px));
|
||||
}
|
||||
@ -70,7 +67,7 @@
|
||||
display: block;
|
||||
}
|
||||
.navLink:nth-of-type(1) {
|
||||
margin-left: calc((501 / 204) * (1em + 40px - 20px) + 15px);
|
||||
margin-left: 15px; /*calc((501 / 204) * (1em + 40px - 20px) + 15px);*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user