Hotfix: Center polline and artcity landing

This commit is contained in:
Tim Daubenschütz 2016-02-09 14:09:14 +01:00
parent 30f0008a28
commit d5c3024375
2 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,7 @@ $artcity--ter-highlight-color: #EDEDF0;
/** Landing page **/
.route--landing {
display: table;
min-height: 100vh;
> .container {
display: table-cell;
@ -21,6 +22,10 @@ $artcity--ter-highlight-color: #EDEDF0;
vertical-align: middle;
}
.hero {
display: none;
}
.artcity-landing {
font-weight: normal;
text-align: center;

View File

@ -12,6 +12,7 @@ $polline--highlight-color: #2882fa;
/** Landing page **/
.route--landing {
display: table;
min-height: 100vh;
> .container {
display: table-cell;
@ -19,6 +20,10 @@ $polline--highlight-color: #2882fa;
vertical-align: middle;
}
.hero {
display: none;
}
.polline-landing {
font-weight: normal;
text-align: center;