From f9c0cd8564ec8bef1d4e4186032cd410584db5fa Mon Sep 17 00:00:00 2001 From: Apurv Gupta <53378650+apurv-1@users.noreply.github.com> Date: Sat, 3 Oct 2020 02:15:24 +0530 Subject: [PATCH] updated css --- css/main.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/css/main.css b/css/main.css index 9e67377..588c651 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ @import url("https://use.typekit.net/ixk5mhv.css"); body { - margin: 0; +/* margin: 0; */ font-family: "edita", serif; font-size: 1.3125rem; line-height: 1.5; @@ -9,7 +9,7 @@ body { } h1, h2, h3, p, figure { - margin: 0; +/* margin: 0; */ } p { @@ -71,9 +71,9 @@ img { nav { color: #D3CDC1; position: absolute; - top: 0; +/* top: 0; left: 0; - right: 0; + right: 0; */ border-top: 0.5em solid #D3CDC1; } @@ -86,7 +86,7 @@ nav ul { justify-content: space-evenly; list-style: none; margin: 1em auto 0; - padding: 0; +/* padding: 0; */ max-width: 500px; } @@ -219,10 +219,10 @@ nav a:hover { content: ''; display: block; position: absolute; - top: 0; +/* top: 0; bottom: 0; left: 0; - right: 0; + right: 0; */ z-index: 10; } @@ -274,7 +274,7 @@ footer .logo { footer p { font-family: "program", sans-serif; line-height: 1; - margin: 0; +/* margin: 0; */ } .card { @@ -360,4 +360,4 @@ footer p { border: 2px solid currentColor; color: #414A4D; } -/*# sourceMappingURL=main.css.map */ \ No newline at end of file +/*# sourceMappingURL=main.css.map */