diff options
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 61338fa..48f7bae 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -6,6 +6,7 @@ section.video {  	padding-bottom: 56.25%;  	padding-top: 25px;  	height: 0; +	z-index: 15;  }  section.video iframe { @@ -17,6 +18,11 @@ section.video iframe {  } +#character-select .flow { +	position: relative; +	top: -65px; +} +  #character-select .caption {  	color: #000;  } | 
