mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-04 06:13:43 +08:00
fix padding in blog posts; change div sections to actual section tags (#60)
This commit is contained in:
committed by
Lauris BH
parent
c95f77d545
commit
ac242874e5
@@ -1,7 +1,7 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "navbar.html" . }}
|
||||
|
||||
<div class="section">
|
||||
<section class="section">
|
||||
<div class="container is-centered page">
|
||||
<div class="columns">
|
||||
<div class="column is-one-quarter">
|
||||
@@ -14,6 +14,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user