diff --git a/frontend/index.html b/frontend/index.html index 243023d..7ccf18d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,6 +1,7 @@ + @@ -12,7 +13,7 @@
- +
diff --git a/frontend/style.css b/frontend/style.css index ed752fb..1c8d05a 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -9,7 +9,8 @@ body { flex-direction: column; align-items: center; justify-content: center; - max-width: 45%; + max-width: 1080px; + min-width: 45%; }