Some small CSS fix #473

Merged
annando merged 1 commit from css-fix into master 2017-12-11 08:59:53 +01:00
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;
}