diff --git a/prosopopee/themes/exposure/static/css/style.css b/prosopopee/themes/exposure/static/css/style.css index eb9f7ae..9ac0142 100644 --- a/prosopopee/themes/exposure/static/css/style.css +++ b/prosopopee/themes/exposure/static/css/style.css @@ -9,6 +9,12 @@ a { text-decoration: none; } +.header { + color: #8a8989; + text-align: center; + font-size: 5.5vw; +} + .galleries-grid { width: 100%; height: 100%; diff --git a/prosopopee/themes/exposure/templates/sections/header.html b/prosopopee/themes/exposure/templates/sections/header.html new file mode 100644 index 0000000..1805b62 --- /dev/null +++ b/prosopopee/themes/exposure/templates/sections/header.html @@ -0,0 +1,9 @@ +{% if section.background or section.color %} +