mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Hotfix: Center polline and artcity landing
This commit is contained in:
parent
30f0008a28
commit
d5c3024375
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user