From 39253d7bc9c64144fa9955ea2639db75b7f5d5dd Mon Sep 17 00:00:00 2001 From: Odair Trujillo Date: Mon, 25 May 2020 18:51:52 -0500 Subject: [PATCH] Adding background-position: center; to .hero-area in style.css for better responsive behavior --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index c655c26f98..17905bfe2b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -436,6 +436,7 @@ a:hover { .hero-area { background-size: cover; + background-position: center; height: 100vh; position: relative; display: flex; @@ -2277,4 +2278,4 @@ figcaption { display: block; } -/*# sourceMappingURL=maps/style.css.map */ \ No newline at end of file +/*# sourceMappingURL=maps/style.css.map */