Skip to content

Commit

Permalink
Format CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Mar 5, 2024
1 parent 8376a45 commit b52675d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/gamut-mapping/gradients.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ body {

.gradient {
height: 100px;
display: flex;
> div {
flex: auto;
background: var(--step-color);
}
display: flex;
> div {
flex: auto;
background: var(--step-color);
}
}
.color-inputs {
.color-inputs {
display: flex;
justify-content: space-between;
}

.oog .gradient{
height: 15px;
}
.oog .gradient {
height: 15px;
}

.method .info {
display: none;
Expand Down

0 comments on commit b52675d

Please sign in to comment.