Center text in page titles

This commit is contained in:
Chocobozzz 2019-10-23 09:49:44 +02:00
parent f0262ee5fc
commit 66b9f63d34
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View file

@ -270,6 +270,10 @@ main {
height: 3px;
width: 200px;
}
p {
text-align: center;
}
}
.tag {

View file

@ -58,10 +58,6 @@
}
.title-block {
p {
text-align: left;
}
.jpt-button {
margin-top: 25px;
border: 2px solid $orange;