Temporary place illustration, Half globe on credits style

This commit is contained in:
2020-02-29 11:20:36 +01:00
parent fe5ed6a26c
commit 6019017596
9 changed files with 29 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
// Place section
.place {
position: relative;
background-position: 50% 0;
background-size: 100%;
background-repeat: no-repeat;
overflow-x: hidden;
// Title
&__title {
@@ -132,4 +134,16 @@
}
}
}
// Background illustration
&__illustration {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(/img/illustration.png) 0 0 no-repeat;
background-size: 100% auto;
}
}