Subhead is full-width on mobile now

This commit is contained in:
Thomas Smith 2022-09-22 15:41:34 -04:00
parent 31662397d9
commit bd53bcd726
2 changed files with 5 additions and 3 deletions

View file

@ -51,8 +51,8 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<p class="lead" style="margin-top:8px; margin-bottom: -9px;">The revolution is here. Were calling on all open-source devs to authenticate their Github with tea.</p> <p class="lead hero-subhead" style="margin-top:8px; margin-bottom: -9px;">The revolution is here. Were calling on all open-source devs to authenticate their Github with tea.</p>
</div> </div>
</div> </div>
</div> </div>

View file

@ -81,7 +81,9 @@ hr{
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {
.hero-subhead{
width: 100%;
}
} }