ASR-FairBench / src /App.css
satyamr196's picture
Migrated the frontend from Static HTML to Static React
ce8c232
raw
history blame contribute delete
318 Bytes
@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);
}
}