41 lines
685 B
Sass
41 lines
685 B
Sass
.home-page
|
|
.cinema
|
|
padding-top: 0px
|
|
padding-bottom: 0px
|
|
background-image: image-url("home-bg.jpg")
|
|
background-position: 50%
|
|
|
|
.row
|
|
> div
|
|
margin-top: 50px
|
|
margin-bottom: 50px
|
|
|
|
.player-wrapper
|
|
.asciinema-player
|
|
box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3)
|
|
|
|
> div:first-child
|
|
h1
|
|
margin-top: 0
|
|
font-size: 40px
|
|
|
|
h2
|
|
line-height: 1.2
|
|
|
|
h1, h2
|
|
text-shadow: black 3px 3px 5px
|
|
|
|
.popover
|
|
color: #333
|
|
max-width: 1000px
|
|
width: 480px
|
|
|
|
.features
|
|
h1
|
|
margin: 0 0 20px 0
|
|
text-align: center
|
|
|
|
.about
|
|
h3
|
|
margin-top: 10px
|