Updated README, improving some of the section code.

This commit is contained in:
2018-10-30 21:24:39 +11:00
parent 6ace1f03fd
commit c740652a48
7 changed files with 72 additions and 24 deletions

View File

@ -0,0 +1,18 @@
/*
* Banner Image Section
* Section that adjusts the image to better suit a banner, rather than using
* the annoying image size.
*
* Version:
* 1.0.0 - 2018/10/30
*/
@import '~@styles/global';
.c-banner-section {
&__image {
display: block;
width: 100%;
height: 80vh;
object-fit: cover;
}
}