Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
miskalait committed Oct 25, 2024
2 parents b79facd + ee9fb98 commit 6a9e8bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/dev/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/global.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sass/views/_404.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}

h1 {
font-size: clamp-calc($container-mobile, 1600px, 42px, 200px);
font-size: clamp-calc($container-mobile, 1600px, 60px, 120px);
line-height: var(--line-height-core-heading);
margin-bottom: 2rem;
}
}

0 comments on commit 6a9e8bd

Please sign in to comment.