Skip to content

Commit d3db164

Browse files
committed
style tweaks
- adjust typography for page title - remove header fade in animation
1 parent 788b797 commit d3db164

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

assets/sass/2-base/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99
color: $heading-font-color;
1010
-webkit-font-smoothing: antialiased;
1111
-moz-osx-font-smoothing: grayscale;
12-
12+
/*
1313
&.is-in {
1414
&::after {
1515
visibility: hidden;
@@ -29,7 +29,7 @@ body {
2929
z-index: 15;
3030
transition: 1s;
3131
}
32-
32+
*/
3333
@media only screen and (max-width: $mobile) {
3434
font-size: 17px;
3535
}

assets/sass/3-modules/_header.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
/* Logo */
2525
.logo__link {
2626
font-family: $heading-font-family;
27-
font-size: 24px;
27+
font-size: 32px;
2828
line-height: 26px;
29-
font-weight: 900;
30-
text-transform: uppercase;
29+
font-weight: 600;
3130

3231
&:hover {
3332
color: $primary-color;

0 commit comments

Comments
 (0)