From 4a296a479b6c22d2f7b6ce27d2cf422c0e59a684 Mon Sep 17 00:00:00 2001 From: Vera Sativa Date: Mon, 18 Feb 2019 14:41:58 -0300 Subject: [PATCH] style: layout widths --- assets/css/style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index aa18dea..49cd493 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -10,12 +10,17 @@ header { padding: 0; position: relative; h1 { - font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif; + font-family: Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif; } } nav { top: 100px; + margin-left: -46%; } section { margin-top: 20px; + width: auto; +} +.wrapper{ + width: 70%; }