Skip to content

Commit a9a920e

Browse files
committed
Add media query to resize nav
1 parent c83d9bc commit a9a920e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

assets/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ a:hover {
130130

131131
/* top bar */
132132

133+
133134
#tabs {
134135
padding: 1em;
135136
background-color: #60B5CC;
@@ -161,6 +162,14 @@ a:hover {
161162
border-bottom: 3px solid #34495E;
162163
}
163164

165+
@media (max-width: 600px) {
166+
.tab {
167+
font-size: 15px;
168+
margin: 0 0.5em;
169+
}
170+
}
171+
172+
164173

165174
/* splash */
166175

@@ -304,4 +313,3 @@ blockquote p {
304313
.grey-link:hover {
305314
color: #bbbbbb;
306315
}
307-

0 commit comments

Comments
 (0)