Further homepage changes

This commit is contained in:
towards-a-new-leftypol 2024-03-17 17:11:17 -04:00
parent 548c613c12
commit 1095f773e0
2 changed files with 12 additions and 13 deletions

View File

@ -8,20 +8,19 @@
<link rel="stylesheet" media="screen" href="/stylesheets/bunker_like.css"> <link rel="stylesheet" media="screen" href="/stylesheets/bunker_like.css">
<style type="text/css"> <style type="text/css">
.sidebar { .sidebar {
grid-column: 1; grid-column: 1 / 3;
grid-row: 1 / 3; grid-row: 1 / 3;
width: 100%;
margin-right: 15px; margin-right: 15px;
} }
.introduction { .introduction {
grid-column: 2 / 9; grid-column: 3 / 9;
grid-row: 1; grid-row: 1;
width: 100%; width: 100%;
} }
.content { .content {
grid-column: 2 / 9; grid-column: 3 / 9;
grid-row: 2; grid-row: 2;
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
@ -30,7 +29,7 @@
body { body {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill,minmax(300px, 1fr)); grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
gap: 20px; gap: 20px;
} }

View File

@ -98,14 +98,14 @@
</tbody> </tbody>
</table> </table>
{% endif %} {% endif %}
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://engine.vichan.net/">vichan</a> {{ config.version }} -
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel
<br><br>
<br><b>Leftychan.net is not currently under investigation by any Federal, State, or Local Authorities.</b></p>
</footer>
</div> </div>
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://engine.vichan.net/">vichan</a> {{ config.version }} -
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel
<br><br>
<br><b>Leftychan.net is not currently under investigation by any Federal, State, or Local Authorities.</b></p>
</footer>
{% endapply %} {% endapply %}