Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,12 @@ section {
margin: 0 2px;
}

/* funders section */
#funders {
background: #f7f7f7;
padding: 80px 0 120px 0;
}

/* Contact Section
--------------------------------*/
#contact {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h3 class="subscribe-title">Materials</h3>
</div>
</section><!-- End Subscrbe Section -->

<section id="contact">
<section id="funders">
<div class="container" data-aos="fade-up">

<div class="row">
Expand Down