Add padding to skip button text

This commit is contained in:
ConfusedPolarBear 2023-03-09 00:18:39 -06:00
parent 8a9b630e68
commit 2b26fa1b2a

View File

@ -110,6 +110,11 @@ introSkipper.injectCss = function () {
transition: ease-out 0.4s;
}
#skipIntro #btnSkipSegmentText {
padding-right: 3px;
padding-bottom: 2px;
}
@media (max-width: 1080px) {
#skipIntro {
right: 10%;