Match width and alignment to donate-content class.
This commit is contained in:
parent
5014455930
commit
b9b4695f97
1 changed files with 5 additions and 1 deletions
|
@ -35,14 +35,18 @@ input.valid, textarea.valid {
|
||||||
border: 2px solid green;
|
border: 2px solid green;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.supporter-type-selector {
|
.supporter-type-selector {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 80%;
|
||||||
|
align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.supporter-type-selection {
|
.supporter-type-selection {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
width: 80%;
|
||||||
|
align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.appeal {
|
img.appeal {
|
||||||
|
|
Loading…
Reference in a new issue