mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
c8c753af29
commit
5db6c46e8b
@ -346,9 +346,6 @@ html {
|
|||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.content-container {
|
.content-container {
|
||||||
padding: 1.5rem 3rem 3rem;
|
padding: 1.5rem 3rem 3rem;
|
||||||
background-color: white;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-radius: 0.25rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user