We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83d9bc commit a9a920eCopy full SHA for a9a920e
assets/style.css
@@ -130,6 +130,7 @@ a:hover {
130
131
/* top bar */
132
133
+
134
#tabs {
135
padding: 1em;
136
background-color: #60B5CC;
@@ -161,6 +162,14 @@ a:hover {
161
162
border-bottom: 3px solid #34495E;
163
}
164
165
+@media (max-width: 600px) {
166
+ .tab {
167
+ font-size: 15px;
168
+ margin: 0 0.5em;
169
+ }
170
+}
171
172
173
174
/* splash */
175
@@ -304,4 +313,3 @@ blockquote p {
304
313
.grey-link:hover {
305
314
color: #bbbbbb;
306
315
307
-
0 commit comments