mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:15:08 +03:00
Styling
This commit is contained in:
parent
cbe9cd009a
commit
852f736ad4
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
|
<!-- Hero Section -->
|
||||||
|
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container hero-container">
|
<div class="container hero-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -15,6 +18,8 @@
|
||||||
{{- partial "full-width-cta.html" . -}}
|
{{- partial "full-width-cta.html" . -}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- Teal Impact Section -->
|
||||||
|
|
||||||
<section class="teal-bg impact-section">
|
<section class="teal-bg impact-section">
|
||||||
<img src="/Images/grid-left-corner.svg" alt="grid pattern">
|
<img src="/Images/grid-left-corner.svg" alt="grid pattern">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -240,7 +240,7 @@ hr{
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
|
|
||||||
.hero-section{
|
.hero-section{
|
||||||
margin-bottom: 80px;
|
margin-bottom: 80px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact-section{
|
.impact-section{
|
||||||
|
|
Loading…
Reference in a new issue