Add padding to skip button text
This commit is contained in:
parent
8a9b630e68
commit
2b26fa1b2a
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user