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:
parent
30f0008a28
commit
d5c3024375
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user