mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-01 12:26:00 +00:00
21 lines
382 B
CSS
21 lines
382 B
CSS
/*
|
|
-=-=-= FOOTER =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
*/
|
|
footer {
|
|
margin: 0; padding: 0.5rem;
|
|
|
|
width: calc(100vh - 2rem));
|
|
|
|
background-color: var(--bg); color: var(--fg);
|
|
|
|
border: 0.2rem solid var(--green);
|
|
outline: 0.5rem solid var(--bg);
|
|
|
|
border-radius: var(--rad);
|
|
box-shadow: var(--shadow);
|
|
}
|
|
|
|
.footer-child {
|
|
min-width: 200px;
|
|
}
|