Skip to content

Commit

Permalink
static width of contacts warning replaced by CSS calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 25, 2024
1 parent 7e46ad4 commit 203b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contacts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Home = () => {
<p style={{ margin: 0 }}>Внимание</p>
</div>
}
style={{ maxWidth: '516px' }}
style={{ maxWidth: 'calc(500px + 1rem)' }}
>
<p style={{ margin: 0 }}>Не обращайтесь к модераторам PepeLand с вопросами по данному сайту! Они не принимают непосредственного участия в модерации повязок.</p>
</InfoCard>
Expand Down

0 comments on commit 203b271

Please sign in to comment.