Line 1,207: | Line 1,207: | ||
min-width: 980px !important; | min-width: 980px !important; | ||
} | } | ||
+ | .footerbar { | ||
+ | font: var(--bodyfont); | ||
+ | margin-top: 0px; | ||
+ | padding: 0px; | ||
+ | width: 1000px; | ||
+ | min-height: 150px; | ||
+ | background: var(--logo-dark-blue); | ||
+ | box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | z-index: 1; | ||
+ | color: var(--bright-bg-color); | ||
+ | display: flex; | ||
+ | justify-content: space-around; | ||
+ | align-items: center; | ||
+ | flex-wrap: wrap; | ||
+ | } | ||
} | } | ||
Revision as of 00:39, 23 August 2018