ui: Remove the border around content container

- The container border is, strictly speaking, no longer required as the background and
content container don't have different styles.

- This makes the mobile and desktop interfaces a lot more similar.

- Don't change any margins and padding for the content container.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-10-30 20:46:39 -07:00 committed by James Valleroy
parent c8c753af29
commit 5db6c46e8b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -346,9 +346,6 @@ html {
@media (min-width: 768px) {
.content-container {
padding: 1.5rem 3rem 3rem;
background-color: white;
border: 1px solid #ddd;
border-radius: 0.25rem;
}
}