Skip to content

Commit

Permalink
Make page for the Mannequin scale better
Browse files Browse the repository at this point in the history
  • Loading branch information
SCsupercraft committed Sep 10, 2024
1 parent e4d88bc commit b82cf4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion games/fnag/02-characters/09-mannequin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ import { Box } from '/src/components/content';
</Box>
</div>
<div style={{ display: 'table-cell', position: 'relative' }}>
<p style={{ position: 'absolute', top: 0, width: 'max-content' }}>
<p
style={{
position: 'absolute',
top: 0,
width: 'max-content',
maxWidth: '60vw',
}}
>
<Admonition type="info">
The mannequin was originally created for testing purposses but then
added as an easter egg.
Expand Down

0 comments on commit b82cf4e

Please sign in to comment.