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 */
|
||||
|
||||
Reference in New Issue
Block a user