Fix Css
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user