Skip to content

Commit 306afd2

Browse files
committed
fix size for mobile
1 parent cf01c67 commit 306afd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ main.main {
9898
.glass-window h2 {
9999
font-family: 'Roboto', sans-serif;
100100
font-weight: 500;
101-
font-size: clamp(1.2rem, 3.2vw, 1.8rem);
101+
font-size: clamp(1.5rem, 3.2vw, 1.8rem);
102102
}
103103

104104
.glass-input {

0 commit comments

Comments
 (0)