Changed some vertical distances

dev
Harald Wolff 2022-02-20 18:26:49 +01:00
parent 0d347e8646
commit 8051dc2d5f
2 changed files with 6 additions and 2 deletions

View File

@ -90,7 +90,7 @@
</div>
<!-- About section -->
<div class="section">
<div class="section padding-bottom-30">
<div class="container">
<div class="margin-bottom-40">
<div class="row text-center">
@ -118,7 +118,7 @@
<!-- end Snippets -->
</div>
<!-- Blog section -->
<div class="section">
<div class="section padding-30">
<div class="container">
<div class="row">
<div class="col-12 col-sm-10 offset-sm-1 col-md-8 offset-md-2">

View File

@ -10852,4 +10852,8 @@ textarea.large {
.max-content {
width: max-content !important;
}
.padding-bottom-30 {
padding-bottom: 30px;
}