Temporary place illustration, Half globe on credits style
This commit is contained in:
@@ -62,4 +62,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Globe
|
||||
.globe--part {
|
||||
margin-top: 8vw;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user