mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
Fix- Shared Resume not Scrollable on Phone Screen
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
.container {
|
.container {
|
||||||
@apply my-8 flex flex-col items-center;
|
@apply m-8 flex flex-col items-start lg:items-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
@apply fixed bottom-6 right-6;
|
@apply fixed bottom-6 right-6 z-50;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@apply flex gap-2 px-4 py-3 shadow dark:bg-neutral-600/25;
|
@apply flex gap-2 px-4 py-3 shadow dark:bg-neutral-600/25;
|
||||||
|
|||||||
Reference in New Issue
Block a user