Skip to content

Commit

Permalink
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 2ba4cff commit 74ea415
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Unreleased
* Add default styles for 404.scss

### 9.5.0rc: 2024-09-18

* Rewrite: allowed_block_types - Change logic for allowed blocks: 'none', 'all', 'all-core-blocks', 'all-acf-blocks', Fixes #226 (thanks @villekujansuu)
Expand Down
5 changes: 4 additions & 1 deletion 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.

4 changes: 4 additions & 0 deletions sass/views/_404.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
}
}

.content {
text-align: center;
}

h1 {
font-size: clamp-calc($container-mobile, 1600px, 42px, 200px);
margin-bottom: 2rem;
Expand Down

0 comments on commit 74ea415

Please sign in to comment.