mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:58:09 -05:00
9 lines
214 B
CSS
9 lines
214 B
CSS
.footer {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
|
|
gap: 1.0rem;
|
|
background-color: transparent;
|
|
border-top: 3px solid var(--gray);
|
|
margin: 3em 0;
|
|
padding: 1.5em 1em;
|
|
} |