mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
08.16.2019 0a4b5f801ed6797d2f06bfdd1e79f5978ab3f362
Set maximum width of 1024px for content
2 files modified
3 ■■■■■ changed files
layouts/_default/baseof.html 2 ●●●●● patch | view | raw | blame | history
static/css/myboth.css 1 ●●●● patch | view | raw | blame | history
layouts/_default/baseof.html
@@ -2,6 +2,7 @@
<html lang="{{ .Site.LanguageCode }}">
    <head>{{- partial "head.html" . -}}</head>
    <body>
        <div id="full_body">
        <div id="header" class="top-section">
            {{- partial "body_header.html" . -}}
        </div>
@@ -23,5 +24,6 @@
            {{- partial "body_footer.html" . -}}
        </div>
        {{- partial "foot.html" . -}}
        </div>
    </body>
</html>
static/css/myboth.css
@@ -2,6 +2,7 @@
#headerimg { width: 100%; }
#footer { font-size: .8em; }
#sideimage { width: 100%; }
#full_body { max-width: 1024px; margin: auto; }
/* Make my own styles up */
.top-section { margin: 20px; }