Update Bootstrap
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user