bulma supports text-center
This commit is contained in:
parent
f66e534cde
commit
e1499eb074
2 changed files with 1 additions and 5 deletions
|
@ -4,6 +4,6 @@ title: 404 - Page not found
|
||||||
|
|
||||||
<img src="assets/images/404.png" alt="" class="img-center"/>
|
<img src="assets/images/404.png" alt="" class="img-center"/>
|
||||||
|
|
||||||
<p class="text-center">
|
<p class="has-text-centered">
|
||||||
- Page not found -
|
- Page not found -
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -2,7 +2,3 @@
|
||||||
display:block;
|
display:block;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue