Add div with col class around the div.row that contains the header links.

Remove display:table from the .col styling
This commit is contained in:
leigh-mil
2020-02-11 10:56:16 -05:00
parent 611672d449
commit b6b093850a
2 changed files with 30 additions and 30 deletions

View File

@@ -20,7 +20,6 @@
.col--grow {
overflow: inherit;
display: table;
min-height: 10rem;
}