bulma supports text-center

This commit is contained in:
myncke 2016-08-23 22:12:51 +02:00
parent f66e534cde
commit e1499eb074
2 changed files with 1 additions and 5 deletions

View file

@ -4,6 +4,6 @@ title: 404 - Page not found
<img src="assets/images/404.png" alt="" class="img-center"/>
<p class="text-center">
<p class="has-text-centered">
- Page not found -
</p>

View file

@ -2,7 +2,3 @@
display:block;
margin:auto;
}
.text-center {
text-align: center;
}