This commit is contained in:
2025-10-02 12:14:45 -03:00
parent e9b0eeb630
commit e0755a5347
6 changed files with 17 additions and 75 deletions

View File

@@ -1,29 +1,32 @@
#root {
/* src/App.css */
.container-legislativas2025 {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
@keyframes logo-spin {
@keyframes elecciones-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: no-preference) {
a:nth-of-type(2) .logo {
animation: logo-spin infinite 20s linear;
.container-legislativas2025 a:nth-of-type(2) .logo {
animation: elecciones-logo-spin infinite 20s linear;
}
}
.card {
.container-legislativas2025 .card {
padding: 2em;
}
.read-the-docs {
.container-legislativas2025 .read-the-docs {
color: #888;
}
}