Skip to content

Commit 18529b0

Browse files
committed
Made font smaller for smaller screens
1 parent b0d51e8 commit 18529b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/Header/Header.module.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
width: 200px;
2525
}
2626

27+
@media (max-width: 600px) {
28+
.logo {
29+
width: 150px;
30+
}
31+
.buttons {
32+
button {
33+
font-size: 0.7rem !important;
34+
}
35+
}
36+
}
37+
2738
.titleContainer {
2839
max-width: 800px;
2940
margin: 0 auto;

0 commit comments

Comments
 (0)