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 7b9bcbf commit 9d10792Copy full SHA for 9d10792
src/style.css
@@ -346,6 +346,7 @@ main > section:last-of-type {
346
width: var(--generator-width);
347
display: flex;
348
flex-direction: column;
349
+ gap: 0.5rem;
350
padding: 1rem;
351
justify-content: center;
352
height: fit-content;
@@ -383,6 +384,7 @@ main > section:last-of-type {
383
384
}
385
386
.size > div div {
387
+ margin: 0.5rem 0;
388
font-size: 0.8rem;
389
390
@@ -445,6 +447,7 @@ input::placeholder {
445
447
.color {
446
448
449
450
451
452
align-items: center;
453
width: 48%;
0 commit comments