forked from friendica/friendica-addons
commit
85b138f187
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
.pageheader {
|
.pageheader {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
.pledgie {
|
.pledgie {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ yourls-url {
|
||||||
|
|
||||||
.yourls {
|
.yourls {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue