Spaces:
Running
Running
File size: 318 Bytes
ce8c232 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | @import 'primeicons/primeicons.css';
@import 'primeflex/primeflex.css';
#root {
/* max-width: 1280px; */
margin: 0 auto;
padding: 0rem;
text-align: center;
}
html,body{
margin: 0;
padding: 0;
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
|