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) {