mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-23 04:40:57 +00:00
Making page header nav font size bigger
This commit is contained in:
parent
4987b6532a
commit
0b1c145f53
@ -30,11 +30,15 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0 calculateRem(8);
|
margin: 0 calculateRem(8);
|
||||||
font-size: calculateRem(17);
|
font-size: calculateRem(20);
|
||||||
text-shadow: 0 0 11px #000;
|
text-shadow: 0 0 11px #000;
|
||||||
padding: calculateRem(8);
|
padding: calculateRem(8);
|
||||||
letter-spacing: .08em;
|
letter-spacing: .08em;
|
||||||
|
|
||||||
|
@media (min-width: $tablet) {
|
||||||
|
font-size: calculateRem(24);
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user