Add fill class so that donation boxes take up all the available height.
This commit is contained in:
@ -84,11 +84,17 @@
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/** When a field needs more background color above and below. **/
|
||||
.spacing {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/** Ensure elements in a container use the full height. **/
|
||||
.fill {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/** Format tables and allow contents to be broken up. **/
|
||||
table {
|
||||
/*width: 100%;*/
|
||||
|
Reference in New Issue
Block a user