mirror of
https://github.com/ascribe/onion.git
synced 2025-02-09 23:48:20 +01:00
18 lines
198 B
SCSS
18 lines
198 B
SCSS
.wp {
|
|
background-color: #CCC;
|
|
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
> .hero {
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.wp-landing-wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
|