From 8e86c2cc38deae777dc6afb1135c6d8d9d18e00b Mon Sep 17 00:00:00 2001 From: Eldar Kasmamytov <42811701+marbrex@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:32:15 +0200 Subject: [PATCH] Update style.css --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d233da3..1510e2f 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,8 @@ header { -webkit-background-size: cover; background-size: cover; /*background-attachment: fixed;*/ + display: flex; + justify-content: center; } nav { @@ -140,6 +142,8 @@ ul.active li a, } .mountains { + width: 100%; + max-width: 2000px; position: absolute; bottom: -80px; left: 0; @@ -363,4 +367,4 @@ form button:focus { form { width: 80%; } -} \ No newline at end of file +}