diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-04-05 12:58:11 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-04-05 12:58:11 -0400 |
| commit | b6ae609ee3186148836f96260aa203202f230d6a (patch) | |
| tree | dc47fe1cd7cb98e046f1a1ffeba6edb1f739485c /src/web/_views/apps/home/main.php | |
| parent | i did thing oh god large commit (diff) | |
| download | xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.gz xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.bz2 xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.zip | |
follow ppl
Diffstat (limited to 'src/web/_views/apps/home/main.php')
| -rw-r--r-- | src/web/_views/apps/home/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/apps/home/main.php b/src/web/_views/apps/home/main.php index 735e3d8..60c3eb9 100644 --- a/src/web/_views/apps/home/main.php +++ b/src/web/_views/apps/home/main.php @@ -1,6 +1,6 @@ <?php /* Copyright (c) 2024 Freya Murphy */ ?> <?php /* vi: syntax=php */ ?> -<div id="main-content"> +<div id="main-content" class="container"> <?php if ($self): ?> <div id="new-post" class="card"> <div class="row grow"> |