diff --git a/public/style.css b/public/style.css index 0f888d5215..d770eb577b 100644 --- a/public/style.css +++ b/public/style.css @@ -89,19 +89,26 @@ header { padding: 15px; } -.map-overview { +.post { + align-items: center; + border: 1px solid rgb(41, 94, 163); display: flex; + flex-flow: column; justify-content: center; - max-width: 95%; + gap: 50px; + margin: 20px; + width: 100%; + max-width: 600px; /* Set the maximum width */ + height: auto; /* Adjust the height as needed */ + padding: 20px; /* Add padding for spacing inside the box */ } -#location-list, -#location-details { - align-items: center; +#input-form { display: flex; flex-flow: column; + align-items: center; justify-content: center; - gap: 15px; + gap: 20px; width: 100%; } diff --git a/views/account.erb b/views/account.erb index 76d2691d73..04c64c0e60 100644 --- a/views/account.erb +++ b/views/account.erb @@ -11,14 +11,18 @@