mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
working on responsive css
This commit is contained in:
parent
ae72d8b0f5
commit
c36e2529b1
14 changed files with 93 additions and 132 deletions
|
@ -23,12 +23,12 @@
|
|||
|
||||
<body class='page {{ block "body_classes" . }}{{ end }}'>
|
||||
{{ partial "main-menu-mobile.html" . }}
|
||||
<div id="wrapper" class="wrapper">
|
||||
<div class="wrapper">
|
||||
{{ partial "header.html" . }}
|
||||
{{ if eq .Section "docs" }}
|
||||
<div class="container pt-3 pt-md-6">
|
||||
<div class="container pt-2 pt-md-6 pb-3 pb-md-6">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-3 mb-2">
|
||||
<div class="col-12 col-md-3 mb-3">
|
||||
<div class="sidebar">
|
||||
{{ partial "docs-menu.html" . }}
|
||||
</div>
|
||||
|
@ -43,9 +43,9 @@
|
|||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
{{ end}}
|
||||
|
||||
</div>
|
||||
|
||||
{{ partial "sub-footer.html" . }}
|
||||
|
||||
{{ $scripts := resources.Get "js/scripts.js" }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue