Increase column height (term container)

This commit is contained in:
plondon 2021-09-25 14:51:59 -04:00
parent 40db08fa3d
commit d80824bed0
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
#header .button { #header .button {
border-radius: 0; border-radius: 0;
} }
.column {
height: 100%;
}