30 lines
513 B
Sass
30 lines
513 B
Sass
|
.home-page
|
||
|
.cinema
|
||
|
padding-top: 50px
|
||
|
padding-bottom: 50px
|
||
|
background-image: image-url("black-and-blue-cubes-wallpaper.jpg")
|
||
|
background-position: 130%
|
||
|
|
||
|
.row
|
||
|
.player-wrapper
|
||
|
max-height: 300px
|
||
|
overflow: hidden
|
||
|
box-shadow: 0 0 16px 5px #888
|
||
|
|
||
|
> div:last-child
|
||
|
padding-left: 50px
|
||
|
|
||
|
h1
|
||
|
margin-top: 0
|
||
|
font-size: 40px
|
||
|
|
||
|
|
||
|
.features
|
||
|
h1
|
||
|
margin: 0 0 20px 0
|
||
|
text-align: center
|
||
|
|
||
|
.about
|
||
|
h3
|
||
|
margin-top: 10px
|