Skip to content

Commit 260fa4f

Browse files
authored
Merge pull request #47 from luk1337/luk/margin
Fix margins between server icons
2 parents 607569b + bc4ef6b commit 260fa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
[class*='listItem']:not([class*='listItemWrapper']) {
105105
width: var(--server-size);
106106
transform: rotate(90deg);
107-
margin: 0 10px;
107+
margin: 0 10px 10px;
108108
position: unset;
109109
}
110110

0 commit comments

Comments
 (0)