biobulkbende.org/app/assets/scss/modules/_footer.scss

8 lines
124 B
SCSS
Raw Normal View History

2020-10-15 20:35:24 +00:00
.footer{
position: absolute;
bottom: -40px;
width: 100%;
background-color: $myRed;
color: white;
text-align: center;
}