From c74016189eacd332149fd97db067c919c0ed1ca1 Mon Sep 17 00:00:00 2001 From: Joe Anzalone Date: Sat, 15 Feb 2014 18:45:17 -0500 Subject: [PATCH] Make header image on labs site responsive --- labs/css/component.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/labs/css/component.css b/labs/css/component.css index c74a1b5d..9f1e4065 100644 --- a/labs/css/component.css +++ b/labs/css/component.css @@ -31,11 +31,15 @@ body { #atombender { background: url(../../examples/_site/labs/bg.png) repeat-x; - height: 579px; overflow: hidden; text-align: center; } +#atombender img { + max-width: 100%; + vertical-align: bottom; +} + #photonstorm { margin: 16px 0px; color: white;