mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 18:22:54 +00:00
Some small CSS fix
This commit is contained in:
parent
042507e157
commit
1212009282
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
.pageheader {
|
||||
text-align: center;
|
||||
width 100%;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.pledgie {
|
||||
text-align: center;
|
||||
width 100%;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ yourls-url {
|
|||
|
||||
.yourls {
|
||||
text-align: left;
|
||||
width 100%;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue