diff --git a/common/common.scss b/common/common.scss index a36a90e..6979d53 100644 --- a/common/common.scss +++ b/common/common.scss @@ -731,12 +731,77 @@ html body #main-outlet { // Footer .orcashub-footer { - ul { - margin: 0; + background-color: rgb(31 41 55); + + .outer-container { + max-width: 80rem; + margin-left: auto; + margin-right: auto; + padding: 3rem 1.5rem; } - a:visited { - // I couldn't get this to work with normal tailwind classes. - color: rgb(209 213 219/var(--tw-text-opacity)) !important; + .inner-container { + padding-bottom: 2rem; + + @media (min-width: 1280) { + display: grid; + grid-template-columns: repeat(4, minmax(0, 1fr)); + gap: 2rem; + } } + + .grid { + display: grid; + gap: 2rem; + grid-template-columns: repeat(2, minmax(0, 1fr)); + + @media (min-width: 1280) { + grid-column: span 4/span 4; + } + } + + .grid-row { + @media (min-width: 768px) { + display: grid; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 2rem; + } + } + + .second-group { + margin-top: 3rem; + + @media (min-width: 768px) { + margin-top: 0; + } + } + + h3 { + color: white; + font-size: 16px; + font-weight: 500; + line-height: 1.5rem; + } + + ul { + margin: 0; + list-style: none; + } + + li { + a { + color: rgb(209 213 219); + font-size: 16px; + line-height: 1.5rem; + } + + a:hover { + color: white; + } + + a:visited { + color: rgb(209 213 219) !important; + } + } + } \ No newline at end of file diff --git a/common/footer.html b/common/footer.html index 0547bb4..7b06eca 100644 --- a/common/footer.html +++ b/common/footer.html @@ -1,70 +1,42 @@ - - -