You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
229 B

@import '../../scss/variables.scss';
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: $color-dark;
padding: 0.5rem;
display: flex;
flex-direction: row;
p {
color: $color-light;
}
}