Skip to content

Commit ab6caba

Browse files
committed
Fix finally nav bar
1 parent b6879b7 commit ab6caba

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

public/css/mobile/result.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
@media only screen and (max-width: 1024px) {
2-
main {
3-
font-size: calc(var(--phi) * 1em);
4-
}
5-
1+
@media only screen and (max-width: 500px) {
62
.result-nav {
73
font-size: calc(1em / var(--phi) / var(--phi));
84
padding: 3em;
@@ -11,6 +7,12 @@
117
.result-nav > a > i {
128
margin-right: 3em;
139
}
10+
}
11+
12+
@media only screen and (max-width: 1024px) {
13+
main {
14+
font-size: calc(var(--phi) * 1em);
15+
}
1416

1517
.result-container {
1618
display: block;

0 commit comments

Comments
 (0)