mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-07-30 00:48:40 +02:00
fix: site looked really bad on small screens
This commit is contained in:
parent
cccc55c306
commit
0c93e2cbe2
2 changed files with 11 additions and 5 deletions
|
|
@ -9,9 +9,11 @@
|
|||
<p class="date"><time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time></p>
|
||||
</section>
|
||||
|
||||
<section class="content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
<div class="content-wrapper">
|
||||
<section class="content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue