little improvements text, css
This commit is contained in:
@@ -81,10 +81,3 @@ footer {
|
|||||||
.legal-links a:hover {
|
.legal-links a:hover {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.contact-block {
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -89,6 +89,11 @@
|
|||||||
.nav-menu a:hover {
|
.nav-menu a:hover {
|
||||||
background-color: var(--hover-color);
|
background-color: var(--hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-block {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile Devices */
|
/* Mobile Devices */
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
<p>Ich freue mich darauf, Ihr Projekt kennenzulernen und mit Ihnen gemeinsam, <br>
|
<p>Ich freue mich darauf, Ihr Projekt kennenzulernen und mit Ihnen gemeinsam, <br>
|
||||||
an Ihrer digitalen Zukunft zu arbeiten.</p>
|
an Ihrer digitalen Zukunft zu arbeiten.</p>
|
||||||
<div class="contact-links">
|
<div class="contact-links">
|
||||||
<a href="mailto:kontakt@7sys.de" class="contact-link">
|
<a href="mailto:info@7sys.de" class="contact-link">
|
||||||
<i class="fas fa-envelope"></i>
|
<i class="fas fa-envelope"></i>
|
||||||
info@7sys.de
|
info@7sys.de
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user