mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
8 lines
137 B
CSS
8 lines
137 B
CSS
.container {
|
|
width: 75px;
|
|
z-index: 20;
|
|
box-shadow: var(--right-shadow);
|
|
|
|
@apply px-4 py-6 h-screen flex flex-col items-center;
|
|
}
|