mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:55:05 +03:00
Menu Fix for Tablet View
This commit is contained in:
parent
da830e7c03
commit
ca6845aba7
1 changed files with 8 additions and 1 deletions
|
@ -113,6 +113,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 980px) {
|
||||||
|
.auth-btn {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 600px) {
|
@media only screen and (min-width: 600px) {
|
||||||
|
|
||||||
.mobile-pdf {
|
.mobile-pdf {
|
||||||
|
@ -172,7 +179,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-4 mt-4 mx-auto"
|
<a class="btn btn-primary auth-btn mt-lg-0 mt-md-4 mt-sm-4 mt-4 mx-auto"
|
||||||
href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with tea<span
|
href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with tea<span
|
||||||
class="badge rounded-pill bg-primary ms-3"><span id="count1"></span></span></a>
|
class="badge rounded-pill bg-primary ms-3"><span id="count1"></span></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue