minor styling round 3

This commit is contained in:
Egor 2017-02-20 22:56:20 -08:00
parent 84d3238062
commit 2075f04c72
4 changed files with 6 additions and 1 deletions

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB