34 lines
493 B
Plaintext
Raw Normal View History

2017-06-25 14:56:42 +00:00
.frontpage
vertical
align-items center
2017-06-15 21:03:55 +00:00
2017-06-25 14:56:42 +00:00
h2
font-size 2.5rem
font-weight normal
letter-spacing 3px
text-transform uppercase
2017-07-04 08:26:18 +00:00
color white
2017-06-25 14:56:42 +00:00
.footer
text-align center
margin-top content-padding
2017-06-15 21:03:55 +00:00
2017-07-04 08:26:18 +00:00
.bg-video
position absolute
top 50%
left 50%
transform translateX(-50%) translateY(-50%)
min-width 100%
min-height 100%
width auto
height auto
z-index -100
2017-06-25 14:56:42 +00:00
.screenshot
max-width 100%
border-radius 3px
box-shadow shadow-medium
2017-06-25 16:06:03 +00:00
margin-bottom 2rem
:hover
cursor pointer