Merge branch 'styles' into 'master'

fix captive page styling per...

See merge request guardianproject/wind/butter-app-site!15
This commit is contained in:
Nathan Freitas 2022-04-04 14:24:00 +00:00
commit 5cc3045e04
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// -------------------------
// Body Styles
// -------------------------
.main-area {
body {
background-color: $gold;
}
@ -92,6 +92,7 @@ a:active {
.content-area {
&-wrapper {
margin-top: 30px;
margin-bottom: 30px;
.content-title {
font-size: 42px;
font-weight: 800;

View file

@ -4,7 +4,7 @@ layout: basic
{% assign page_data = site.data.home %}
<section class="content-area" style="height: 100vh; padding-top: 40px;">
<section class="content-area">
<div class="container">
<div class="content-area-wrapper text-center">
<img src="{{site.baseurl}}{{ page_data.page_logo[0] }}" alt="{{ page_data.page_logo[1] }}" />