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