Skip to content

Commit 9d10792

Browse files
fix: appropriate whitespace to misaligned elements. (#518)
1 parent 7b9bcbf commit 9d10792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ main > section:last-of-type {
346346
width: var(--generator-width);
347347
display: flex;
348348
flex-direction: column;
349+
gap: 0.5rem;
349350
padding: 1rem;
350351
justify-content: center;
351352
height: fit-content;
@@ -383,6 +384,7 @@ main > section:last-of-type {
383384
}
384385

385386
.size > div div {
387+
margin: 0.5rem 0;
386388
font-size: 0.8rem;
387389
}
388390

@@ -445,6 +447,7 @@ input::placeholder {
445447
.color {
446448
display: flex;
447449
flex-direction: column;
450+
gap: 0.5rem;
448451
justify-content: center;
449452
align-items: center;
450453
width: 48%;

0 commit comments

Comments
 (0)