mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:45:06 +03:00
More progress
This commit is contained in:
parent
d9568df122
commit
71cf48d73a
2 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<p class="lead" style="margin-top:-48px; margin-left: 20px;">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:-10px; margin-left: 20px;">The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@ body{
|
|||
|
||||
.hero-container{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-size: contain;
|
||||
background-size: auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ body{
|
|||
|
||||
@media only screen and (min-width: 1280px) {
|
||||
.container{
|
||||
padding: 135px 132px 0px 132px;
|
||||
padding: 160px 132px 0px 132px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -152,8 +152,9 @@ p{
|
|||
@media only screen and (min-width: 1280px) {
|
||||
|
||||
h1{
|
||||
font-size: 210px;
|
||||
line-height: 222px;
|
||||
font-size: 224px;
|
||||
line-height: 240px;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
h2{
|
||||
|
@ -163,6 +164,7 @@ p{
|
|||
|
||||
.lead{
|
||||
font-size: 28px !important;
|
||||
line-height: 29px !important;
|
||||
}
|
||||
|
||||
p{
|
||||
|
|
Loading…
Reference in a new issue