mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
24 lines
411 B
SCSS
24 lines
411 B
SCSS
#welcome_page {
|
|
header {
|
|
text-align: center;
|
|
padding: 4em 2em;
|
|
|
|
background-color: black;
|
|
background-image: url("../images/home/tagline-bg.jpg");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
margin-bottom: 2em;
|
|
|
|
p {
|
|
text-transform: uppercase;
|
|
font-weight: 300;
|
|
}
|
|
|
|
&,
|
|
& * {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|