Skip to content

Commit

Permalink
fix: UI mobile breaks (#258)
Browse files Browse the repository at this point in the history
* UI Mobile Breakes

* UI Mobile Breakes

* UI Mobile Breaks

* UI Mobile Breakes

* fix: mobile UI breakes

* UI break fix
  • Loading branch information
Satechmedia authored Oct 10, 2022
1 parent 63f4100 commit 0b3e8ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,17 @@ a {
position: absolute;
}

.colors {
flex-direction: column;
}

.colors .preview {
width: 150px;
height: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

.output,
.input {
padding: 2rem 0.3rem 2rem 0.3rem;
Expand Down

1 comment on commit 0b3e8ff

@vercel
Copy link

@vercel vercel bot commented on 0b3e8ff Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.