Update Bootstrap

This commit is contained in:
T
2026-02-09 01:46:58 +01:00
parent bf01521ee4
commit aa33d769e1
21 changed files with 2713 additions and 1410 deletions

View File

@@ -4,9 +4,9 @@ layout: default
<script src="/js/elevator.js"></script>
{% for post in paginator.posts %}
{% if forloop.first == false %}
<hr>
<hr style="margin-top: 40px; margin-bottom: 80px;">
{% endif %}
<div class="container">
<div class="container" style="margin-top: 2rem;">
<div class="row">
<div class="col-md-12 post">
<header class="post-header">

View File

@@ -4,7 +4,7 @@ layout: default
<script src="/js/elevator.js"></script>
<div class="container">
<div class="container" style="margin-top: 2rem;">
<div class="row">
<div class="col-md-12 post">
<header class="post-header">
@@ -70,9 +70,9 @@ layout: default
{% assign posts = site.posts | where:"type", "repair" %}
{% for post in posts %}
{% if forloop.first == false %}
<hr>
<hr style="margin-top: 40px; margin-bottom: 80px;">
{% endif %}
<div class="container">
<div class="container" style="margin-top: 2rem;">
<div class="row">
<div class="col-md-12 post">