12 lines
219 B
SCSS
12 lines
219 B
SCSS
.region-footer {
|
|
margin: 0 auto;
|
|
max-width: 72rem;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.layout-container > footer {
|
|
background-image: url('../images/dcb-bg.jpg');
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|