move the header logo down a little
This commit is contained in:
parent
9b263aa878
commit
d2fee64d0b
1 changed files with 2 additions and 3 deletions
|
|
@ -98,11 +98,10 @@ div.ember-modal-dialog {
|
||||||
#intro-background {
|
#intro-background {
|
||||||
min-height: 50vh;
|
min-height: 50vh;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
display: flex;
|
padding: 0 0 10px;
|
||||||
padding: 10px 0;
|
|
||||||
#intro-wrapper {
|
#intro-wrapper {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 10px;
|
padding: 0 10px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue