Editing layout
Changing the footer height Changing the footer position to snap to bottom Changing navbar shadow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<main class="list container py-6">
|
||||
<main class="list container py-6" style="min-height: calc(100vh - 121px);">
|
||||
{{- if or .Title .Content -}}
|
||||
<div class="row py-3">
|
||||
<div class="col">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<main class="content-page container pt-7 pb-5">
|
||||
<main class="content-page container pt-7 pb-5" style="min-height: calc(100vh - 121px);">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<article>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<footer class="footer text-center bg-dark py-6">
|
||||
<footer class="footer text-center bg-dark py-4">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
@@ -49,9 +49,9 @@
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
<p class="text-muted">
|
||||
<!-- <p class="text-muted">
|
||||
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with <a href="https://github.com/puresyntax71/hugo-theme-chunky-poster" target="_blank">Chunky Poster</a>.
|
||||
</p>
|
||||
</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ $current := . }}
|
||||
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top shadow-sm" id="navbar-main-menu">
|
||||
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar-main-menu">
|
||||
<div class="container">
|
||||
<a class="navbar-brand font-weight-bold" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
||||
Reference in New Issue
Block a user