Skip to content

Commit d47ae01

Browse files
Update src/app/homepage/header/header.component.scss
1 parent 6bf6ce0 commit d47ae01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/homepage/header/header.component.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
a {
2828
color: #fff;
2929
font-weight: 600;
30-
font-size: 15px;
30+
font-size: 18px;
31+
@include media(small) {
32+
font-size: 15px;
33+
}
3134
}
3235
}
3336

0 commit comments

Comments
 (0)