fix page 404

This commit is contained in:
Marco Cavalli 2024-04-24 18:30:18 +02:00
parent 98f50051c1
commit 9c5e18dd3f
2 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,11 @@
.page-404 {
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
text-align:center;
}
.wp-block-cover {
position:relative;
overflow-x: hidden;