Skip to content

Commit 8f159bf

Browse files
committed
themes fix
1 parent 73d8c5e commit 8f159bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/global.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ body {
5151
display: inline-block;
5252
opacity: 0.5;
5353
}
54-
.themes__preview + .themes__preview {
55-
margin-left: 10px;
54+
.themes div + div {
55+
margin-left: 16px;
5656
}
5757

5858
.themes__preview--focused {
5959
opacity: 1;
6060
}
6161

6262
.themes--unfocused {
63-
margin-top: -164px;
63+
margin-top: -170px;
6464
}
6565

6666
/*

0 commit comments

Comments
 (0)