From adaff65a99718de13c6bb9a5c056c9feddb4573b Mon Sep 17 00:00:00 2001 From: shizuka Date: Tue, 16 Oct 2018 09:08:07 +0200 Subject: [PATCH] icon and images --- layouts/_default/baseof.html | 1 + static/css/labs.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1896ade..b915c4d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,6 +3,7 @@ + {{ block "title" . }} {{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }} diff --git a/static/css/labs.css b/static/css/labs.css index ee77373..a11f45a 100644 --- a/static/css/labs.css +++ b/static/css/labs.css @@ -38,7 +38,7 @@ h4 { } img{ - max-width: 50rem; + max-width: 100%; height: auto; } @@ -216,9 +216,10 @@ a:hover { .navbar { display: none; } -/* img { - max-width: screen-width; - }*/ + img { + max-width: 50rem; + height: auto; + } } /* @media (min-width: 1800) {