Skip to content

Commit

Permalink
reduce the blank space(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldracode committed Mar 17, 2020
1 parent c1660e8 commit ec2f74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ h5,
}

.site-section {
padding: 4em 0;
padding: 1em 0;
}
@media (min-width: 768px) {
.site-section {
Expand Down Expand Up @@ -848,13 +848,13 @@ h5,
}
.site-hero,
.site-hero .row {
min-height: 700px;
height: calc(100vh - 95px);
min-height: 400px;
height: calc(100vh - 295px);
}
.site-hero.inner,
.site-hero.inner .row {
min-height: 400px;
height: calc(50vh - 195px);
height: calc(50vh - 295px);
}
.site-hero h1 {
font-size: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion diversity.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</div>
</header>

<div class="site-section site-hero inner">
<div style="height: 10em;">
</div>

<div class="site-section">
Expand Down

0 comments on commit ec2f74e

Please sign in to comment.