minor styling round 3

This commit is contained in:
lone-cloud 2017-02-20 22:56:20 -08:00
parent f2c1b77a0f
commit a2d54eb64d
4 changed files with 6 additions and 1 deletions

View file

@ -8,6 +8,7 @@
<div class="ready-block"> <div class="ready-block">
<div id="intro-background"> <div id="intro-background">
<div id="intro-wrapper"> <div id="intro-wrapper">
<img src="assets/images/huegasm.png" id="intro-logo">
<p id="intro"> <p id="intro">
Your lights meet your music Your lights meet your music
</p> </p>

View file

@ -89,11 +89,14 @@ div.ember-modal-dialog {
display: flex !important; display: flex !important;
} }
#intro-logo {
width: 45px;
}
#intro-background { #intro-background {
min-height: 50vh; min-height: 50vh;
min-height: 200px; min-height: 200px;
display: flex; display: flex;
margin-bottom: 15px;
padding: 10px 0; padding: 10px 0;
#intro-wrapper { #intro-wrapper {
width: 80%; width: 80%;

View file

@ -27,6 +27,7 @@
#bridge-finder, .ready-block { #bridge-finder, .ready-block {
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
margin-bottom: 10vh;
} }
#bridge-finder { #bridge-finder {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB