mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-11 04:52:36 +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 cursor-pointer py-2 px-4 text-center hover:underline;
|
|
}
|