This commit is contained in:
Michał Gdula 2022-11-12 20:46:40 +00:00
parent 5dab307513
commit 364a2558ff
61 changed files with 1309 additions and 608 deletions

37
css/_footer.scss Normal file
View file

@ -0,0 +1,37 @@
footer {
margin: 0;
padding: 0.5rem 1rem;
width: 100%;
height: 2.5rem;
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: space-around;
align-items: center;
box-sizing: border-box;
background-color: $black200;
border-radius: 0 0 0.5rem 0.5rem;
p,
a {
margin: 0;
padding: 0;
font-family: $font-body;
font-size: 0.8rem;
font-weight: 800;
font-stretch: semi-condensed;
color: $white;
display: block;
text-transform: uppercase;
}
}