Mobile updates

This commit is contained in:
Rob Davies 2017-03-31 15:21:45 +01:00
parent e5914781c7
commit ef202f5773
11 changed files with 114 additions and 21 deletions

View file

@ -1,4 +1,5 @@
.region-content {
margin: 0 auto;
max-width: 72rem;
padding: 1rem;
}

View file

@ -3,6 +3,7 @@
&:after {
background-image: url('../images/dcb-bg.jpg');
background-position: center center;
background-size: cover;
content: '';
position: absolute;

View file

@ -1,4 +1,11 @@
.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;
}