Making page header nav font size bigger
This commit is contained in:
parent
4987b6532a
commit
0b1c145f53
|
@ -30,11 +30,15 @@
|
|||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 calculateRem(8);
|
||||
font-size: calculateRem(17);
|
||||
font-size: calculateRem(20);
|
||||
text-shadow: 0 0 11px #000;
|
||||
padding: calculateRem(8);
|
||||
letter-spacing: .08em;
|
||||
|
||||
@media (min-width: $tablet) {
|
||||
font-size: calculateRem(24);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue