summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/home/main.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 04:15:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 04:17:05 -0500
commit4334596d4bebc9a76f5ca8400813847eef5b3bb7 (patch)
tree4bd2229fd48715bcf4ae96bc3d070b7f3c29aa58 /src/web/_views/apps/home/main.php
parentadd lang column to user (diff)
downloadxssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.gz
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.bz2
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.zip
rework styles with scss
Diffstat (limited to 'src/web/_views/apps/home/main.php')
-rw-r--r--src/web/_views/apps/home/main.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/_views/apps/home/main.php b/src/web/_views/apps/home/main.php
index 6112173..05697b9 100644
--- a/src/web/_views/apps/home/main.php
+++ b/src/web/_views/apps/home/main.php
@@ -1,13 +1,13 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
-<div id="main-content" class="container">
+<main id="main" class="container">
<?php if ($self): ?>
<div id="new-post" class="card">
<div class="row grow">
<?=pfp($self)?>
<a
id="action-new-post"
- class="btn btn-alt btn-wide ml"
+ class="btn btn-alt grow ml"
autocomplete="off"
aria-label="<?=ucfirst(lang('action_new_post_tip'))?>"
>
@@ -24,4 +24,4 @@
</div>
<?php endif; ?>
<?php $this->post_controller->index(); ?>
-</div>
+</main>