Skip to content

Commit

Permalink
stretch (#9902)
Browse files Browse the repository at this point in the history
  • Loading branch information
CydiaLamiales authored Sep 29, 2023
1 parent fe9fdc3 commit 121e182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/AntagInfoHeretic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const IntroductionSection = () => {
const FlavorSection = () => {
return (
<Stack.Item>
<Stack vertical textAlign="center" fontSize="14px" width="45%">
<Stack vertical textAlign="center" fontSize="14px" width="100%">
<Stack.Item>
<i>
Another day at a meaningless job. You feel a&nbsp;
Expand All @@ -106,7 +106,7 @@ const FlavorSection = () => {
const GuideSection = () => {
return (
<Stack.Item>
<Stack vertical fontSize="12px" width="45%">
<Stack vertical fontSize="12px" width="100%">
<Stack.Item>
- Find reality smashing&nbsp;
<span style={hereticPurple}>influences</span>
Expand Down

0 comments on commit 121e182

Please sign in to comment.