Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-sazon committed Nov 29, 2023
1 parent 05795cc commit b286ab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/styles/blocks/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background-position: center;
background-repeat: no-repeat;

@include onDesktop {
@include on-desktop {
padding-bottom: 350px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/styles/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: 900px;
}

@include onDesktop {
@include on-desktop {
height: 100vh;
}

Expand All @@ -24,7 +24,7 @@
column-gap: 24px;
}

@include onDesktop {
@include on-desktop {
grid-template-rows: repeat(3, 1fr);
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/styles/utils/_extends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
letter-spacing: -0.05em;
text-transform: uppercase;

@include onTablet {
@include on-tablet {
font-size: 56px;
}

@include onDesktop {
@include on-desktop {
font-size: 72px;
}
}

0 comments on commit b286ab8

Please sign in to comment.