some style changes to make plugin buttons responsive

This commit is contained in:
obsfx 2020-07-13 13:57:45 +03:00
parent a477758335
commit 994e675ef1
No known key found for this signature in database
GPG Key ID: 7709B9F9CCB9413A
1 changed files with 11 additions and 1 deletions

View File

@ -188,7 +188,7 @@ h1 {
}
/* media-queries */
@media screen and (max-width: 700px) {
@media screen and (max-width: 820px) {
h1 {
font-size: 48px;
}
@ -219,4 +219,14 @@ h1 {
.customization .customization-links {
margin-top: 30px;
}
.customization .customization-links .button-link {
width: 240px;
}
}
@media screen and (max-width: 690px) {
.customization .customization-links .button-link {
width: 100%;
}
}