1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

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

View File

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