Files
landing_page/qdrant-landing/themes/qdrant/layouts/blog/list.html
T
trean bc752e5310 Fixes of styles for mobile view (#42)
- fixed the main menu on middle size screens
- changed some padding and sizes on all pages
- moved the side block of the blog to the end of the page on mobile sizes
2022-05-10 16:07:13 +02:00

18 lines
449 B
HTML

{{ define "main" }}
<section class="auto-container pt-3 pt-md-5">
<div class="row clearfix">
<!-- Sidebar Page Container -->
<div class="sidebar-page-container">
<div class="auto-container">
<div class="row clearfix">
<!-- Content Side -->
{{ partial "sidebar-list" . }}
</div>
</div>
</div>
</div>
</section>
{{ end }}