mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
feat: add margin bottom for posts list
This commit is contained in:
parent
007f5f4883
commit
6a59874238
@ -12,7 +12,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
{{ template "post-form" $FirstPost.ID }}
|
{{ template "post-form" $FirstPost.ID }}
|
||||||
|
|
||||||
<div class="row row-cols-auto gy-4">
|
<div class="row row-cols-auto gy-4 mb-4">
|
||||||
{{range $Post := .}}
|
{{range $Post := .}}
|
||||||
<div class="col col-sm-6 col-md-4 col-lg-3">
|
<div class="col col-sm-6 col-md-4 col-lg-3">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
Loading…
Reference in New Issue
Block a user