From 9db9279b9c199d76353b7e4515557faa690d28f2 Mon Sep 17 00:00:00 2001 From: Yrenia Yang Date: Thu, 9 Mar 2017 23:46:42 -0800 Subject: [PATCH] Fix for scaling problem on About page --- about.html | 2 +- style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index c77d704..8277ed1 100644 --- a/about.html +++ b/about.html @@ -13,8 +13,8 @@ -
+

About


Ever been hungry but not know what to make? With Fridge2Plate, you can enter ingredients you have on hand and find delicious recipes. Users can also add their own home-made recipes to be featured on the site. Thanks for stopping by and happy cooking!


diff --git a/style.css b/style.css index d548494..248b9dc 100644 --- a/style.css +++ b/style.css @@ -257,13 +257,14 @@ ol { #aboutImg { display: block; - width: 91vh; - margin: 33px auto auto; + width: 100%; + margin-top:17px; } #aboutContainer{ background-color: white; width: 91vmin; + margin-top:45px; padding-bottom: 22px; border-radius: 5px; box-shadow: 0 1rem 2rem rgba(0, 0, 0, .4);