Skip to content

Commit 052bbd1

Browse files
committed
Increase mobile navbar logo size
Make logo 40x40 on mobile (from 32x32) and slightly increase title font size to better match controls.
1 parent b6d4f0c commit 052bbd1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/css/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,10 +1177,15 @@ html body > div:first-child {
11771177
}
11781178

11791179
/* Improve mobile navbar - make logo bigger */
1180+
.navbar__logo {
1181+
width: 40px !important;
1182+
height: 40px !important;
1183+
}
1184+
11801185
.navbar .navbar__title,
11811186
.navbar__brand .navbar__title,
11821187
.navbar__inner .navbar__brand .navbar__title {
1183-
font-size: 1rem !important;
1188+
font-size: 1.1rem !important;
11841189
line-height: 1.4rem !important;
11851190
}
11861191

0 commit comments

Comments
 (0)