mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- implement lists
- implement generic sections - implement list actions - implement error handlers
This commit is contained in:
@ -10,7 +10,7 @@ body {
|
||||
}
|
||||
|
||||
p {
|
||||
@apply text-justify leading-loose;
|
||||
@apply leading-loose;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -41,6 +41,10 @@ section {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
.MuiMenuItem-root {
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user