Merge pull request #473 from annando/css-fix

Some small CSS fix
This commit is contained in:
Tobias Diekershoff 2017-12-11 08:59:53 +01:00 committed by GitHub
commit 85b138f187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}