Added various brandings...

This commit is contained in:
2018-06-21 22:01:16 +10:00
parent 275e5ddbfa
commit c7a3ebc377
26 changed files with 11688 additions and 9 deletions

View File

@ -17,6 +17,11 @@
background-image: url('./../images/banners/homepage/palms.svg');
}
&-platforms {
//background-image: url('./../images/patterns/game-show.svg');
background: black;
}
&-programming {
background-image: url('./../images/patterns/third-dimension-squiggle.svg');
}
@ -30,4 +35,18 @@
}
}
&__brand {
display: block;
> a {display: block;}
&-image {
width: 100%;
max-width: 250px;
max-height: 200px;
display: block;
margin: auto;
padding: 2em;
}
}
}