Hero section spacing fix

This commit is contained in:
Thomas Smith 2022-09-15 10:49:54 -04:00
parent d91ca5b9fc
commit e1b6f0b031
2 changed files with 3 additions and 4 deletions

View file

@ -34,7 +34,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">
<p class="lead" style="margin-top:-23px; margin-bottom: 15px;">The revolution is here. Were calling on all open-source devs to authenticate their Github with tea.</p> <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>
</div> </div>
</div> </div>
</div> </div>
@ -92,7 +92,6 @@
border-left: 2px solid #949494; border-left: 2px solid #949494;
border-right: 2px solid #949494; border-right: 2px solid #949494;
height: 100%; height: 100%;
padding: 25px;
} }
.package-row{ .package-row{

View file

@ -3,10 +3,8 @@
body{ body{
background-color: #1a1a1a; background-color: #1a1a1a;
max-width: 1920px; max-width: 1920px;
/*
background-image: url("/Images/xl-grid-quarter-opacity.svg"); background-image: url("/Images/xl-grid-quarter-opacity.svg");
background-size: contain; background-size: contain;
*/
} }
/* /*
@ -194,6 +192,8 @@ li{
h1{ h1{
font-size: 13.25rem; font-size: 13.25rem;
line-height: 14rem; line-height: 14rem;
margin-top: -20px;
margin-left: -15px;
} }
h2{ h2{