mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
14 lines
207 B
SCSS
14 lines
207 B
SCSS
.popover {
|
|
width: 460px;
|
|
|
|
@apply px-4 py-2;
|
|
}
|
|
|
|
.container {
|
|
@apply grid grid-cols-3 items-center justify-center gap-x-2;
|
|
}
|
|
|
|
.language {
|
|
@apply py-2 px-4 cursor-pointer text-center hover:underline;
|
|
}
|