Add fill class so that donation boxes take up all the available height.

This commit is contained in:
2025-01-29 13:16:10 -07:00
parent a48c767ffb
commit c000140040
2 changed files with 9 additions and 3 deletions

View File

@ -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%;*/