Hi! I have put the hero button on my boundless home page theme to the upper right when viewed on desktop, now I want it to be in the middle when the website is viewed on mobile, is there anyway I can do this? This is the code I used to position it on the upper right for desktop view:
h1.hero__text-title {
text-align: right!important;
}
.hero__content-centered {
text-align: right!important;
}
.hero__content-centered a.btn {
margin-top: -27%;
}