minor styling round 3
This commit is contained in:
parent
f2c1b77a0f
commit
a2d54eb64d
4 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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 |
Reference in a new issue