fix(styles): adjust padding and margin for improved layout in modal tab content

This commit is contained in:
alexsparkes
2026-01-24 00:00:39 +00:00
parent 039ef863bb
commit ce4ae1039f

View File

@@ -8,7 +8,7 @@
} */
@include themed {
padding: 1rem 2rem 4rem;
padding: 1rem 2rem 5rem;
display: flex;
flex-direction: column;
width: 100%;
@@ -42,6 +42,10 @@
border-bottom: none;
}
&:last-child {
margin-bottom: 2rem;
}
.content {
display: flex;
flex-flow: column;