mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +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>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -7,7 +7,7 @@ body{
|
||||||
|
|
||||||
.hero-container{
|
.hero-container{
|
||||||
background-image: url("/Images/x-large-grid-hero.svg");
|
background-image: url("/Images/x-large-grid-hero.svg");
|
||||||
background-size: contain;
|
background-size: auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ body{
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.container{
|
.container{
|
||||||
padding: 135px 132px 0px 132px;
|
padding: 160px 132px 0px 132px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,8 +152,9 @@ p{
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 210px;
|
font-size: 224px;
|
||||||
line-height: 222px;
|
line-height: 240px;
|
||||||
|
margin-top: -18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
|
@ -163,6 +164,7 @@ p{
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
font-size: 28px !important;
|
font-size: 28px !important;
|
||||||
|
line-height: 29px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
|
|
Loading…
Reference in a new issue