Cursor pointer in navigation
This commit is contained in:
parent
f30332bc5e
commit
28c50f1d4f
@ -16,12 +16,14 @@
|
|||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
height: calc(1em + 40px - 20px);
|
height: calc(1em + 40px - 20px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navLink {
|
.navLink {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: text-decoration 0.2s ease-in-out;
|
transition: text-decoration 0.2s ease-in-out;
|
||||||
margin: auto 5px;
|
margin: auto 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:nth-of-type(1) {
|
&:nth-of-type(1) {
|
||||||
margin-left: calc((501 / 204) * (1em + 40px - 20px) + 15px);
|
margin-left: calc((501 / 204) * (1em + 40px - 20px) + 15px);
|
||||||
|
Loading…
Reference in New Issue
Block a user