mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
updates to dependencies, merging to production
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
}
|
||||
|
||||
.center {
|
||||
@apply relative z-0 h-screen overflow-scroll;
|
||||
width: calc(100vw / 2);
|
||||
|
||||
@apply relative z-0 h-screen overflow-scroll flex flex-col justify-items-center;
|
||||
}
|
||||
|
||||
.right {
|
||||
|
||||
@ -52,6 +52,7 @@ const ResumeViewer = ({ id }) => {
|
||||
</Helmet>
|
||||
|
||||
<div
|
||||
id="page"
|
||||
className={styles.page}
|
||||
style={{ backgroundColor: resume.metadata.colors.background }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user