mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- implement work experience
- implement education - show dynamic names in layout
This commit is contained in:
@ -29,6 +29,14 @@ section {
|
||||
@apply grid grid-cols-1 gap-8;
|
||||
}
|
||||
|
||||
label {
|
||||
@apply flex flex-col;
|
||||
}
|
||||
|
||||
label > span:first-child {
|
||||
@apply mb-1 text-secondary-dark font-semibold tracking-wide text-xs uppercase;
|
||||
}
|
||||
|
||||
#artboard {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user