Boilderplate sizing adjustment

This commit is contained in:
Thomas Smith 2022-07-07 16:15:11 -04:00
parent 4fef444305
commit 8b858a1b8c

View file

@ -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 dont delay, get it while its hot.</p>
</div>
</div>