We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4f0c commit 052bbd1Copy full SHA for 052bbd1
1 file changed
src/css/custom.css
@@ -1177,10 +1177,15 @@ html body > div:first-child {
1177
}
1178
1179
/* Improve mobile navbar - make logo bigger */
1180
+ .navbar__logo {
1181
+ width: 40px !important;
1182
+ height: 40px !important;
1183
+ }
1184
+
1185
.navbar .navbar__title,
1186
.navbar__brand .navbar__title,
1187
.navbar__inner .navbar__brand .navbar__title {
- font-size: 1rem !important;
1188
+ font-size: 1.1rem !important;
1189
line-height: 1.4rem !important;
1190
1191
0 commit comments