Skip to content

Commit 080c55f

Browse files
committed
Increase mobile logo text size to match icon
- Bump to 1.5rem for tablets (was 1.25rem) - Bump to 1.35rem for small phones (was 1rem) - Better visual balance with 40px logo icon
1 parent 9d090ad commit 080c55f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/css/custom.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,8 @@ html body > div:first-child {
11931193
.navbar .navbar__title,
11941194
.navbar__brand .navbar__title,
11951195
.navbar__inner .navbar__brand .navbar__title {
1196-
font-size: 1.25rem !important;
1197-
line-height: 1.5rem !important;
1196+
font-size: 1.5rem !important;
1197+
line-height: 1.75rem !important;
11981198
}
11991199

12001200
/* Better mobile bot interface */
@@ -1274,10 +1274,10 @@ html body > div:first-child {
12741274
.navbar .navbar__title,
12751275
.navbar__brand .navbar__title,
12761276
.navbar__inner .navbar__brand .navbar__title {
1277-
font-size: 1rem !important;
1278-
line-height: 1.4rem !important;
1277+
font-size: 1.35rem !important;
1278+
line-height: 1.5rem !important;
12791279
}
1280-
1280+
12811281
/* Compact bot interface for very small screens */
12821282
.bot-input {
12831283
font-size: 13px !important;

0 commit comments

Comments
 (0)