Skip to content

Commit

Permalink
feat(VsButton): fix css unit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmldus committed Dec 19, 2023
1 parent f2ac4ca commit cd2cceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}

.vs-button + .vs-button {
margin-left: 6px;
margin-left: 0.3rem;
}

@media screen and (max-width: 768px) {
Expand All @@ -112,6 +112,6 @@
}

.vs-button.mobile-full + .vs-button.mobile-full {
margin-top: 5px;
margin-top: 0.3rem;
}
}

0 comments on commit cd2cceb

Please sign in to comment.