Skip to content

Commit

Permalink
update in contact boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Zschernack committed Nov 22, 2023
1 parent ce66566 commit 1369866
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scss/includes/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a{
font-size: 20px;
padding: 25px;
grid-template-columns: repeat(3, 1fr );
padding-top: 40px;
padding-top: 40px;row-gap: 20px;
@media (max-width: 1100px) {
grid-template-columns: repeat(2, 1fr );
}
Expand Down
1 change: 1 addition & 0 deletions scss/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ a:hover {
padding: 25px;
grid-template-columns: repeat(3, 1fr);
padding-top: 40px;
row-gap: 20px;
}
@media (max-width: 1100px) {
.posts-grid {
Expand Down
2 changes: 1 addition & 1 deletion template-parts/shortcodes/contact.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-2">
<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-5">
<div class="boximage">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/Kontakt_icon.svg" alt="Autohaus Löhr, Fahrzeugzentrum Olpe" class="boxicon my-3" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion template-parts/shortcodes/fragen.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-2">
<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-5">
<div class="boximage">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/agent_icon.svg" alt="Autohaus Löhr, Fahrzeugzentrum Olpe" class="boxicon my-3" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion template-parts/shortcodes/socialmedia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-2">
<div class="single-post bg-white p-5 d-flex flex-column justify-content-start h-100 mb-5">
<div class="boximage">
&nbsp;
</div>
Expand Down

0 comments on commit 1369866

Please sign in to comment.