Files
Elecciones-2025/Elecciones-Web/frontend/src/App.css

30 lines
389 B
CSS
Raw Normal View History

#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
@keyframes 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;
}
}
.card {
padding: 2em;
}
.read-the-docs {
color: #888;
}