fix scaling on mobile

This commit is contained in:
hankhill19580
2019-09-15 00:12:25 +00:00
parent 99f11ef041
commit 89cdb876b5

View File

@ -174,3 +174,21 @@ div#content .inner {
#post ul {
font-size: .68rem;
}
.browser-onboarding .row-text {
float: right;
width: 80%;
font-size: small;
}
.browser-onboarding .row-image {
float: left;
width: 20%;
height: 70px;
}
.browser-onboarding .row-image > img {
float: left;
width: 90%;
padding-right: 4px;
}