fix missing websitechart

This commit is contained in:
Francis Cao 2024-06-12 23:23:12 -07:00
parent 632ecd1a1b
commit fdc7c39fe4
2 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,5 @@
grid-template-rows: max-content 1fr;
grid-template-columns: max-content 1fr;
margin-bottom: 60px;
height: 100%;
height: 90vh;
}

View File

@ -4,7 +4,6 @@
flex-direction: column;
position: relative;
width: 100%;
height: 100%;
max-width: 1320px;
margin: 0 auto;
padding: 0 20px;