Issue #29 (Fix Tablet Not Being Detected As Mobile) (#30)

Co-authored-by: Max Howell <mxcl@me.com>
This commit is contained in:
Thomas Smith 2022-05-21 14:30:26 -04:00 committed by GitHub
parent a63136c67a
commit ae6f966451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,14 @@
margin-bottom: auto; margin-bottom: auto;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 980px) {
.auth-btn {
width: 100%;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 980px) {
.auth-btn { .auth-btn {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
@ -113,14 +120,7 @@
} }
} }
@media only screen and (max-width: 980px) { @media only screen and (min-width: 980px) {
.auth-btn {
width: 100%;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 600px) {
.mobile-pdf { .mobile-pdf {
display: none; display: none;
@ -207,7 +207,7 @@
<a class="btn btn-primary mb-3" href="https://github.com/apps/tea-xyz/installations/new" <a class="btn btn-primary mb-3" href="https://github.com/apps/tea-xyz/installations/new"
role="button">Authenticate with tea</a><br> role="button">Authenticate with tea</a><br>
<a class="btn btn-primary align-middle mb-sm-5 mb-md-5 mb-5" id="whitepaper-btn" <a class="btn btn-primary align-middle mb-sm-5 mb-md-5 mb-5" id="whitepaper-btn"
href="https://github.com/teaxyz/white-paper" role="button"><i class="bi bi-github me-2" style="font-size:20px;"></i>Contribute to Our White Paper</a> href="https://github.com/teaxyz/white-paper" role="button"><i class="bi bi-github me-2" style="font-size:16px; "></i>Contribute to Our White Paper</a>
</div> </div>
</div> </div>
</div> </div>