Skip to content

Commit 0b3e8ff

Browse files
authored
fix: UI mobile breaks (#258)
* UI Mobile Breakes * UI Mobile Breakes * UI Mobile Breaks * UI Mobile Breakes * fix: mobile UI breakes * UI break fix
1 parent 63f4100 commit 0b3e8ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,17 @@ a {
566566
position: absolute;
567567
}
568568

569+
.colors {
570+
flex-direction: column;
571+
}
572+
573+
.colors .preview {
574+
width: 150px;
575+
height: 20px;
576+
margin-top: 20px;
577+
margin-bottom: 20px;
578+
}
579+
569580
.output,
570581
.input {
571582
padding: 2rem 0.3rem 2rem 0.3rem;

0 commit comments

Comments
 (0)