This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2017/web/themes/dcb2017/sass/layout/_footer.scss

12 lines
219 B
SCSS
Raw Permalink Normal View History

2017-03-31 12:22:46 +01:00
.region-footer {
margin: 0 auto;
max-width: 72rem;
2017-03-31 15:21:45 +01:00
padding: 1rem;
}
.layout-container > footer {
background-image: url('../images/dcb-bg.jpg');
background-position: center center;
background-size: cover;
2017-03-31 12:22:46 +01:00
}