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