Skip to content

Commit

Permalink
really add default styles for 404.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
miskalait committed Oct 25, 2024
1 parent 74ea415 commit ee9fb98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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/dev/gutenberg-editor-styles.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 ee9fb98

Please sign in to comment.