mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:15:06 +03:00
Mobile optimization
This commit is contained in:
parent
425bfef5e6
commit
364b1b9d8f
1 changed files with 10 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-6 p-0">
|
||||
<a class="btn btn-primary auth-btn mb-3 mt-4" id="keep-btn-bottom" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a>
|
||||
<a class="btn btn-primary mt-4" id="whitepaper-btn" href="/white-paper/"
|
||||
<a class="btn btn-primary mt-lg-4 mt-md-4 mt-sm-0 mt-0 whitepaper-btn-right" id="whitepaper-btn" href="/white-paper/"
|
||||
role="button" style="background:transparent; float:right;">Read Our White Paper</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -109,8 +109,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<!-- Styling for Subscibe form -->
|
||||
|
||||
<style>
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
|
@ -124,6 +125,11 @@
|
|||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.whitepaper-btn-right{
|
||||
width:100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
@ -141,6 +147,8 @@
|
|||
|
||||
</style>
|
||||
|
||||
<!-- End styling for subscribe form -->
|
||||
|
||||
<!-- Start three column value props -->
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue