mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Hero section spacing fix
This commit is contained in:
parent
d91ca5b9fc
commit
e1b6f0b031
2 changed files with 3 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<p class="lead" style="margin-top:-23px; margin-bottom: 15px;">The revolution is here. We’re 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. We’re calling on all open-source devs to authenticate their Github with tea.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -92,7 +92,6 @@
|
|||
border-left: 2px solid #949494;
|
||||
border-right: 2px solid #949494;
|
||||
height: 100%;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.package-row{
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
body{
|
||||
background-color: #1a1a1a;
|
||||
max-width: 1920px;
|
||||
/*
|
||||
background-image: url("/Images/xl-grid-quarter-opacity.svg");
|
||||
background-size: contain;
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -194,6 +192,8 @@ li{
|
|||
h1{
|
||||
font-size: 13.25rem;
|
||||
line-height: 14rem;
|
||||
margin-top: -20px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
h2{
|
||||
|
|
Loading…
Reference in a new issue