Skip to content

Commit ee9fb98

Browse files
committed
really add default styles for 404.scss
1 parent 74ea415 commit ee9fb98

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

css/dev/global.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/dev/gutenberg-editor-styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/prod/global.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/views/_404.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313

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

0 commit comments

Comments
 (0)