From 11ec7918d72ca10cdf9b9f666e8e0f351976ea14 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Sat, 26 Mar 2016 01:18:29 +0100 Subject: [PATCH] general style --- style/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/style/main.css b/style/main.css index 36901a1..b90ff8d 100644 --- a/style/main.css +++ b/style/main.css @@ -11,10 +11,6 @@ h2, h3 { font-weight: lighter; } -body { - margin: 2em; -} - div { box-sizing: border-box; } @@ -23,3 +19,12 @@ body, input[text], button { color: #888; font-family: Cambria, Georgia; } + +.img-responsive { + max-width: 100%; + height: auto; +} + +body { + margin: 0; +} \ No newline at end of file