Improve sizing of homepage asciicast
This commit is contained in:
parent
b6a23222d7
commit
b27b6c7ae3
@ -6,18 +6,13 @@
|
|||||||
background-position: 50%
|
background-position: 50%
|
||||||
|
|
||||||
.row
|
.row
|
||||||
> .col-md-6
|
> div
|
||||||
margin-top: 50px
|
margin-top: 50px
|
||||||
margin-bottom: 50px
|
margin-bottom: 50px
|
||||||
|
|
||||||
.player-wrapper
|
.player-wrapper
|
||||||
max-height: 400px
|
.asciinema-player
|
||||||
overflow: hidden
|
box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3)
|
||||||
box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3)
|
|
||||||
background-color: black
|
|
||||||
|
|
||||||
.player
|
|
||||||
border: 8px solid black
|
|
||||||
|
|
||||||
> div:last-child
|
> div:last-child
|
||||||
padding-left: 50px
|
padding-left: 50px
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
section.cinema
|
section.cinema
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-7
|
||||||
.player-wrapper
|
.player-wrapper
|
||||||
= player page.asciicast, page.playback_options if page.asciicast
|
= player page.asciicast, page.playback_options if page.asciicast
|
||||||
|
|
||||||
.col-md-6
|
.col-md-5
|
||||||
h1
|
h1
|
||||||
' Record and share your terminal sessions,
|
' Record and share your terminal sessions,
|
||||||
br
|
br
|
||||||
|
Loading…
Reference in New Issue
Block a user