diff --git a/server/frontend/main/images/free-icon-wedding-ring-4155044.ico b/server/frontend/main/images/free-icon-wedding-ring-4155044.ico new file mode 100644 index 0000000..7bb6ac0 Binary files /dev/null and b/server/frontend/main/images/free-icon-wedding-ring-4155044.ico differ diff --git a/server/frontend/main/index.html b/server/frontend/main/index.html index 625658f..c5de1fd 100644 --- a/server/frontend/main/index.html +++ b/server/frontend/main/index.html @@ -4,6 +4,7 @@ + Wedding invitation @@ -12,7 +13,6 @@ -
diff --git a/server/frontend/main/style.css b/server/frontend/main/style.css index 8fb0d6b..6b17318 100644 --- a/server/frontend/main/style.css +++ b/server/frontend/main/style.css @@ -32,18 +32,23 @@ body { letter-spacing: 3px; } -.bg { - position: fixed; - inset: 0; +html, +body { + margin: 0; + padding: 0; + overflow-x: hidden; + min-height: 100%; - background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat; + background: + url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp") + center center / cover no-repeat; - z-index: -1; + background-attachment: scroll; } .content { position: relative; - min-height: 100vh; + min-height: 100dvh; } button { background-color: #3a1f09;