fix: margins too small blog

This commit is contained in:
nevfy 2024-05-09 19:41:03 +03:00
parent 55df8d6f26
commit a3eb6fa9d1

View file

@ -18,7 +18,7 @@
{{ partial "toc.html" . }} {{ partial "toc.html" . }}
{{ partial "taxonomy_terms_clouds.html" . }} {{ partial "taxonomy_terms_clouds.html" . }}
</aside> </aside>
<main class="col-12 col-md-9 col-xl-8 ps-md-5 pe-md-4" role="main"> <main class="col-12 col-md-9 col-xl-8 px-5" role="main">
{{ with .CurrentSection.OutputFormats.Get "rss" -}} {{ with .CurrentSection.OutputFormats.Get "rss" -}}
<a class="td-rss-button" title="RSS" href="{{ .RelPermalink | safeURL }}" target="_blank" rel="noopener"> <a class="td-rss-button" title="RSS" href="{{ .RelPermalink | safeURL }}" target="_blank" rel="noopener">
<i class="fa-solid fa-rss" aria-hidden="true"></i> <i class="fa-solid fa-rss" aria-hidden="true"></i>