forked from nutomic/joinpeertube
Center text in page titles
This commit is contained in:
parent
f0262ee5fc
commit
66b9f63d34
2 changed files with 4 additions and 4 deletions
|
@ -270,6 +270,10 @@ main {
|
|||
height: 3px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
|
@ -58,10 +58,6 @@
|
|||
}
|
||||
|
||||
.title-block {
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.jpt-button {
|
||||
margin-top: 25px;
|
||||
border: 2px solid $orange;
|
||||
|
|
Loading…
Reference in a new issue