little improvements text, css

This commit is contained in:
ben7sys
2024-11-17 06:08:41 +01:00
parent f7db72ce97
commit f41c3dd64a
3 changed files with 6 additions and 8 deletions

View File

@@ -81,10 +81,3 @@ footer {
.legal-links a:hover {
color: var(--primary);
}
@media (max-width: 768px) {
.contact-block {
flex-direction: column;
align-items: center;
}
}

View File

@@ -89,6 +89,11 @@
.nav-menu a:hover {
background-color: var(--hover-color);
}
.contact-block {
flex-direction: column;
align-items: center;
}
}
/* Mobile Devices */