Hintergrundfarbe zu Contact-Info hinzugefügt und Map-Höhe angepasst
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Kontakt</h2>
|
<h2>Kontakt</h2>
|
||||||
<div class="contact-grid">
|
<div class="contact-grid">
|
||||||
<div class="contact-info">
|
<div class="contact-info bg-light">
|
||||||
<h3>Andreas Guttenberger</h3>
|
<h3>Andreas Guttenberger</h3>
|
||||||
<p class="contact-title">Versicherungsfachmann (IHK)</p>
|
<p class="contact-title">Versicherungsfachmann (IHK)</p>
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,13 @@ body {
|
|||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Utility Classes */
|
||||||
|
.bg-light {
|
||||||
|
background-color: var(--bg-light);
|
||||||
|
padding: 30px;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
.navbar {
|
.navbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -446,7 +453,7 @@ body {
|
|||||||
box-shadow: var(--shadow-lg);
|
box-shadow: var(--shadow-lg);
|
||||||
width: 470px;
|
width: 470px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 470px;
|
height: 100%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user