Footer and image tidy tidy

This commit is contained in:
Michał Gdula 2022-09-07 18:19:17 +00:00
parent d4e83dcb4a
commit d0afc5c8aa
5 changed files with 32 additions and 44 deletions

View file

@ -666,26 +666,13 @@ nav .btn {
|-------------------------------------------------------------
*/
footer {
margin-bottom: 1rem;
padding: 0.5rem;
width: calc(100% - 1.4rem);
background-color: #151515;
color: #E8E3E3;
border-radius: 0rem;
border: 0.2rem solid #8C977D;
box-shadow: 6px 6px 2px rgba(21, 21, 21, 0.5333333333);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto;
bottom: 0;
width: calc(100% - 1.4rem);
}
footer > * {
margin-top: 0;
margin-bottom: 0.5rem;
}
footer p {
margin: 0 0.5rem;
text-decoration: none;

View file

@ -4,13 +4,10 @@
|-------------------------------------------------------------
*/
footer {
@include defaultDecoration($page-accent);
@include flexLeft(space-around);
margin: 0 auto;
bottom: 0;
width: calc(100% - 1.4rem);
p {