fix css
This commit is contained in:
parent
60bf24ec77
commit
55b4e17a77
@ -72,20 +72,20 @@ li a:hover::after {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.wrapper-404 {
|
||||
.wrapper-40x {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper-404 h1 {
|
||||
.wrapper-40x h1 {
|
||||
font-size: 10rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wrapper-404 .error {
|
||||
.wrapper-40x .error {
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
.wrapper-404 h3 {
|
||||
.wrapper-40x h3 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="wrapper-403">
|
||||
<div class="wrapper-403 wrapper-40x">
|
||||
<h2>TY KÁR KAM TO DEŠ</h2>
|
||||
<h1 class="error-code">403</h1>
|
||||
<h3><i class="fa-solid fa-circle-exclamation error"></i> Našli sme stránku ktorú hľadáš, ale nemáš práva na ňu pristupovať: <span class="error">__TEMPLATE_PAGE_TITLE__</span>. <i class="fa-solid fa-circle-exclamation error"></i></h3>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="wrapper-404">
|
||||
<div class="wrapper-404 wrapper-40x">
|
||||
<h2>TY KÁR KAM TO DEŠ</h2>
|
||||
<h1 class="error-code">404</h1>
|
||||
<h3><i class="fa-solid fa-circle-exclamation error"></i> Nenašli sme stránku ktorú hľadáš: <span class="error">__TEMPLATE_PAGE_TITLE__</span>. <i class="fa-solid fa-circle-exclamation error"></i></h3>
|
||||
|
Loading…
Reference in New Issue
Block a user