Re-add balloon background image to footer

This commit is contained in:
Oliver Davies 2019-01-24 16:34:36 +00:00
parent 366d65c567
commit e608daf8ae
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,7 @@
.bg-balloon { background-image: url(/themes/dcb2017/images/dcb-bg.jpg); }
.bg-black { background-color: #111111; }
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }
.flex { display: flex; }
.flex-1 { flex: 1; }
.flex-col { flex-direction: column; }