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
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;
}