2024-04-12 14:28:06 +02:00
|
|
|
.footer {
|
2024-10-12 15:35:27 +02:00
|
|
|
padding: 15px 0 10px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer a {
|
|
|
|
|
text-decoration: var(--button-text-decoration);
|
|
|
|
|
color: var(--button-desktop-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer a:hover {
|
|
|
|
|
color: var(--button-desktop-text-color-hover);
|
2024-04-12 14:28:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.footer {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|