mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
12 lines
162 B
CSS
12 lines
162 B
CSS
.container {
|
|
@apply bg-primary-100 rounded grid gap-5 p-8;
|
|
}
|
|
|
|
.container h5 {
|
|
@apply text-lg font-semibold;
|
|
}
|
|
|
|
.container p {
|
|
@apply text-sm font-medium;
|
|
}
|