mirror of
https://github.com/ivabus/www
synced 2024-11-10 14:55:14 +03:00
Styling, homepage progress
This commit is contained in:
parent
a20716a5e9
commit
3c26c69996
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<section>
|
||||
<section class="hero-section">
|
||||
<div class="container hero-container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
@ -15,10 +15,18 @@
|
|||
{{- partial "full-width-cta.html" . -}}
|
||||
</section>
|
||||
|
||||
<section class="teal-bg">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="black text-center">equitable open-source for web3</h2>
|
||||
<section class="teal-bg impact-section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="black text-center">equitable open-source for web3</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col black-bg">
|
||||
<h3 class="text-center">Lorem ipsum dolor sit amet</h3>
|
||||
<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta dolor a nibh viverra, eget aliquam velit semper. Duis vestibulum lectus eu nisl semper.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -144,6 +144,7 @@ h2{
|
|||
h3{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
color:#00ffd0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h4{
|
||||
|
@ -235,3 +236,15 @@ hr{
|
|||
}
|
||||
|
||||
/* Homepage */
|
||||
|
||||
@media only screen and (min-width: 1280px) {
|
||||
|
||||
.hero-section{
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
padding: 160px 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue