We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4463e commit 388101dCopy full SHA for 388101d
css/hsf.css
@@ -179,7 +179,8 @@
179
.navbar-brand {
180
height: 40px;
181
padding: 9.5px 15px;
182
- font-size: 15px;
+ font-size: 14px;
183
+ margin-top: 2px;
184
}
185
186
.navbar-default .navbar-nav > li > a:focus,
@@ -188,6 +189,19 @@
188
189
color: #f39c12;
190
191
192
+@media (max-width: 768px) {
193
+ .navbar-brand {
194
+ font-size: 27px;
195
+ padding: 8px 10px;
196
+ margin-top: 7px;
197
+ }
198
+
199
+ .navbar-nav.navbar-right ~ .navbar-brand {
200
+ justify-content: flex-start;
201
202
+}
203
204
205
.navbar-nav>li>a {
206
padding-top: 9.5px;
207
padding-bottom: 9.5px
@@ -399,4 +413,5 @@ figure.centered-figure {
399
413
400
414
.big-link-container a {
401
415
min-height: 0;
402
-}
416
417
0 commit comments