Skip to content

Commit 2469e77

Browse files
committed
Fixing mobile layout issue
1 parent 8eeaa26 commit 2469e77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
}
8181

8282
@media (min-width: 0) and (max-width: 660px) {
83-
.nav-tabs a {
83+
.nav-tabs > li > a {
84+
padding: 8px;
8485
font-size: 13px;
8586
font-weight: bold;
8687
}

0 commit comments

Comments
 (0)