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;
|
||||
}
|
||||
|
||||
div.supporter-type-selector {
|
||||
.supporter-type-selector {
|
||||
font-size: 125%;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
align: left;
|
||||
}
|
||||
|
||||
.supporter-type-selection {
|
||||
clear: both;
|
||||
padding-bottom: 60px;
|
||||
width: 80%;
|
||||
align: left;
|
||||
}
|
||||
|
||||
img.appeal {
|
||||
|
|
Loading…
Reference in a new issue