mirror of
https://github.com/ivabus/www
synced 2024-11-22 07:55:05 +03:00
Boilderplate sizing adjustment
This commit is contained in:
parent
4fef444305
commit
8b858a1b8c
1 changed files with 15 additions and 1 deletions
|
@ -47,6 +47,13 @@
|
|||
background: #DDFC76 !important;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.syne-boiler{
|
||||
width: 50%;
|
||||
display: block;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
@ -65,6 +72,13 @@
|
|||
background: #DDFC76 !important;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.syne-boiler{
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
}
|
||||
|
||||
.syne-badge {
|
||||
|
@ -87,7 +101,7 @@
|
|||
<a class="btn btn-primary auth-btn syne-btn mt-5 mb-3" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz"
|
||||
role="button">Authenticate with GitHub<span class="badge syne-badge rounded-pill bg-primary ms-3"><span
|
||||
id="count2">287</span></span></a>
|
||||
<p class="small text-center">Limited numbers of tea beta invites will be given to the first devs who authenticate
|
||||
<p class="small text-center syne-boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate
|
||||
their Github account. So don’t delay, get it while it’s hot.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue