From 7f3b710acd15084c04b5ebe1be12c68dcc93397d Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 5 May 2016 06:58:34 -0500 Subject: [PATCH] fix for stretchy logos Changed the CSS style on the logo from `width: 90%` to `max-width`, so that smaller logos are not upscaled. --- layouts/shortcodes/event_logo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/event_logo.html b/layouts/shortcodes/event_logo.html index 4c73336f7b6..83b73d97fb9 100644 --- a/layouts/shortcodes/event_logo.html +++ b/layouts/shortcodes/event_logo.html @@ -2,4 +2,4 @@ {{ $event_slug := index $path 1 }} {{ $e := (index .Page.Site.Data.events $event_slug) }} -DevOpsDays {{ $e.city }} {{ $e.year }} +DevOpsDays {{ $e.city }} {{ $e.year }}