Merge pull request #4 from towards-a-new-leftypol/home-upgrades

Great!
This commit is contained in:
discomrade 2021-07-04 02:40:04 +00:00 committed by GitHub
commit 7b9dd04243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 2 deletions

View File

@ -1,14 +1,28 @@
{% filter remove_whitespace %}
<div class="introduction">
<style style="display:none;">
.home-logo {
display: block;
margin: auto;
min-width: 100px;
width: 15%;
}
.home-description {
margin: 20px auto 0 auto;
text-align: center;
max-width: 700px;"
}
</style>
{{ boardlist.top }}
<header>
<h1>{{ settings.title }}</h1>
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<p style="margin:20px auto 0 auto;text-align:center;max-width:700px;">{{ description }}</p>
<p class="home-description" >{{ description }}</p>
</header>
<img src="{{ config.logo }}" alt="logo" style="display:block;margin:auto;min-width:100px;width:15%;">
</div>
<div class="content">
<div class="ban">