feat(main): improve max width stuff

This commit is contained in:
Kim, Jimin 2023-06-26 10:09:38 +09:00
parent 553c12b029
commit 85665170e4

View file

@ -63,7 +63,7 @@
margin-bottom: 1rem; margin-bottom: 1rem;
width: 95%; width: calc(100% - 2rem);
max-width: 64rem; max-width: 64rem;
th { th {
@ -114,6 +114,7 @@
<i <i
class={css` class={css`
margin: 0 2rem;
color: #ffffffcc; color: #ffffffcc;
`} `}
> >
@ -125,6 +126,8 @@
class={css` class={css`
margin-top: 3rem; margin-top: 3rem;
display: flex; display: flex;
flex-wrap: wrap;
max-width: calc(100% - 2rem);
gap: 1.5rem; gap: 1.5rem;
`} `}
> >