mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
Merge pull request #284 from a-thug/develop
Fix scaling for large monitor
This commit is contained in:
@ -34,6 +34,7 @@ const Artboard = () => {
|
||||
className={styles.container}
|
||||
style={{
|
||||
transform: `scale(${width / 1680})`,
|
||||
transformOrigin: `${width / 1680 > 1.0 ? `top left` : ``}`,
|
||||
}}
|
||||
>
|
||||
{template === 'onyx' && <Onyx data={state} />}
|
||||
|
||||
Reference in New Issue
Block a user