mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-13 23:37:16 +00:00
Make content float on the left side
This commit is contained in:
parent
f4701e7fa6
commit
e56ea01985
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<div class="content mt-3">
|
<div class="content mt-3">
|
||||||
{{ if .TableOfContents }}
|
{{ if .TableOfContents }}
|
||||||
<div class="float-1g-right ml-lg-3 mb-3 p-3">
|
<div class="float-lg-end ml-lg-3 mb-3 p-3">
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue