fix captive page styling per https://gitlab.com/guardianproject/wind/wind-offline-fdroid-repo-on-rpi/-/issues/9
This commit is contained in:
parent
932c39987f
commit
1d8b700bcc
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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] }}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue