Put image under title, inside header (homepage)

This commit is contained in:
towards-a-new-leftypol 2021-07-03 22:38:01 -04:00
parent ac5e6fb5a9
commit d7a108f881

View file

@ -4,8 +4,6 @@
.home-logo { .home-logo {
display: block; display: block;
margin: auto; margin: auto;
margin-top: 1em;
margin-bottom: 1em;
min-width: 100px; min-width: 100px;
width: 15%; width: 15%;
} }
@ -17,9 +15,9 @@
} }
</style> </style>
{{ boardlist.top }} {{ boardlist.top }}
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<header> <header>
<h1>{{ settings.title }}</h1> <h1>{{ settings.title }}</h1>
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<div class="subtitle">{{ settings.subtitle }}</div> <div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"> <link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css"> <link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">