Skip to content

Commit 8e8a15d

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
reduce right margin for subnav links
1 parent c45abea commit 8e8a15d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

www/style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,6 +2919,14 @@ h3.table-title{
29192919
}
29202920
}
29212921

2922+
@media only screen and (max-width: 1280px) {
2923+
2924+
.sub-nav a{
2925+
margin-right: 30px;
2926+
}
2927+
2928+
}
2929+
29222930
@media only screen and (max-width: 475px) {
29232931

29242932
.sub-nav {
@@ -2944,10 +2952,6 @@ h3.table-title{
29442952
.sub-nav{
29452953
flex-wrap: wrap;
29462954
}
2947-
2948-
.sub-nav a{
2949-
margin-right: 20px;
2950-
}
29512955
}
29522956

29532957

0 commit comments

Comments
 (0)