From eacec76d7d6afaa549582e1a263c06e97f15a419 Mon Sep 17 00:00:00 2001 From: Odair Trujillo Date: Mon, 1 Jun 2020 18:44:04 -0500 Subject: [PATCH] Revert "Adding background-position: center; to .hero-area in style.css for better responsive behavior" This reverts commit 39253d7bc9c64144fa9955ea2639db75b7f5d5dd. --- assets/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 90a1f0a877..b1348b5412 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -436,7 +436,6 @@ a:hover { .hero-area { background-size: cover; - background-position: center; height: 100vh; position: relative; display: flex; @@ -2282,4 +2281,4 @@ figcaption { display: block; } -/*# sourceMappingURL=maps/style.css.map */ +/*# sourceMappingURL=maps/style.css.map */ \ No newline at end of file