Some small CSS fix

This commit is contained in:
Michael 2017-12-11 05:57:51 +00:00
parent 042507e157
commit 1212009282
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
.pageheader {
text-align: center;
width 100%;
width: 100%;
margin-top: 25px;
font-size: 20px;
}

View File

@ -22,7 +22,7 @@
.pledgie {
text-align: center;
width 100%;
width: 100%;
margin-top: 25px;
font-size: 20px;
}

View File

@ -15,7 +15,7 @@ yourls-url {
.yourls {
text-align: left;
width 100%;
width: 100%;
margin-top: 25px;
font-size: 20px;
}