We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c50848 commit f9a744eCopy full SHA for f9a744e
src/css/initialSetup.css
@@ -31,7 +31,7 @@ main {
31
height: max-content;
32
max-width: 100%;
33
gap: 5rem;
34
- margin: 2rem;
+ margin: 2rem !important;
35
background: var(--md-surface);
36
border-radius: 1rem;
37
display: grid;
@@ -95,10 +95,10 @@ h1 {
95
main {
96
width: 100%;
97
98
- margin: 1rem;
+ margin: 1rem !important;
99
display: flex;
100
flex-direction: column;
101
- padding: 1.5rem;
+ padding: 1.5rem !important;
102
gap: 2rem;
103
}
104
0 commit comments