Improvements to the layout of the landing page

footer-fixes
Marcin Kulik 10 years ago
parent 6cb6f277fa
commit 0e7ac4d56a

@ -14,13 +14,14 @@
.asciinema-player .asciinema-player
box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3) box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3)
> div:last-child > div:first-child
padding-left: 50px
h1 h1
margin-top: 0 margin-top: 0
font-size: 40px font-size: 40px
h2
line-height: 1.2
h1, h2 h1, h2
text-shadow: black 3px 3px 5px text-shadow: black 3px 3px 5px

@ -2,15 +2,9 @@
section.cinema section.cinema
.container .container
.row .row
.col-md-7
.player-wrapper
= player page.asciicast, page.playback_options if page.asciicast
.col-md-5 .col-md-5
h1 h1
' Record and share your terminal sessions, ' Record and share your terminal sessions, the right way.
br
' the right way.
h2 h2
' Forget screen recording apps and blurry video. ' Forget screen recording apps and blurry video.
Enjoy a lightweight, purely text based approach to terminal recording. Enjoy a lightweight, purely text based approach to terminal recording.
@ -21,6 +15,10 @@
p p
' Supports Linux, Mac OS X and FreeBSD ' Supports Linux, Mac OS X and FreeBSD
.col-md-7
.player-wrapper
= player page.asciicast, page.playback_options if page.asciicast
section.even section.even
.container .container
.row.about .row.about

Loading…
Cancel
Save