mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:55:06 +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" }}
|
||||
|
||||
<!-- Hero Section -->
|
||||
|
||||
<section class="hero-section">
|
||||
<div class="container hero-container">
|
||||
<div class="row">
|
||||
|
@ -15,6 +18,8 @@
|
|||
{{- partial "full-width-cta.html" . -}}
|
||||
</section>
|
||||
|
||||
<!-- Teal Impact Section -->
|
||||
|
||||
<section class="teal-bg impact-section">
|
||||
<img src="/Images/grid-left-corner.svg" alt="grid pattern">
|
||||
<div class="container">
|
||||
|
|
|
@ -240,7 +240,7 @@ hr{
|
|||
@media only screen and (min-width: 1280px) {
|
||||
|
||||
.hero-section{
|
||||
margin-bottom: 80px;
|
||||
margin-bottom: 80px !important;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
|
|
Loading…
Reference in a new issue