Apply style only to container div
This commit is contained in:
parent
a66db44a26
commit
08a3169440
|
@ -11,7 +11,7 @@ html, body {
|
|||
height: 80%;
|
||||
}
|
||||
|
||||
body {
|
||||
text-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: aliceblue;
|
||||
|
@ -21,7 +21,7 @@ html, body {
|
|||
|
||||
{% block body %}
|
||||
|
||||
<div class="mx-auto w-25 px-5">
|
||||
<div class="text-container mx-auto w-25 px-5">
|
||||
<div class="mx-5">
|
||||
<h1 class="h1">Page not found!</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user