Skip to content

Commit dc52e71

Browse files
fix: fix incorrect paddings and margins (#1585)
1 parent 1c50848 commit dc52e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/initialSetup.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main {
3131
height: max-content;
3232
max-width: 100%;
3333
gap: 5rem;
34-
margin: 2rem;
34+
margin: 2rem !important;
3535
background: var(--md-surface);
3636
border-radius: 1rem;
3737
display: grid;
@@ -95,10 +95,10 @@ h1 {
9595
main {
9696
width: 100%;
9797
height: max-content;
98-
margin: 1rem;
98+
margin: 1rem !important;
9999
display: flex;
100100
flex-direction: column;
101-
padding: 1.5rem;
101+
padding: 1.5rem !important;
102102
gap: 2rem;
103103
}
104104

0 commit comments

Comments
 (0)