mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Fix width hopefully.
This commit is contained in:
parent
293ba89223
commit
86ddabc6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 0rem;
|
||||
max-width: 65vw;
|
||||
max-width: 85vw;
|
||||
|
||||
@media (min-width: 1600px) {
|
||||
max-width: 50vw;
|
||||
|
|
|
|||
Loading…
Reference in a new issue