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