Skip to content

Commit e74d4a1

Browse files
Reduce margin for lobby button in site.css
changed from 20px to 6px to reduce the extra gap between lobby primary action btns - desktop only
1 parent 6c35081 commit e74d4a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ button.paste-url {
14571457
}
14581458
.lobby-button {
14591459
width: 100%;
1460-
margin: 20px 2px;
1460+
margin: 6px 2px;
14611461
}
14621462
@media (max-width: 799px) {
14631463
.lobby-button {

0 commit comments

Comments
 (0)