aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/demos
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@aksimsek.tr>2024-11-27 13:55:34 +0300
committerDeniz Akşimşek <deniz@aksimsek.tr>2024-11-27 13:55:34 +0300
commit0efeb805e84b86f54b8727ea6613e68cbd53a57a (patch)
treed05e5d2e3d78d978057268f11a57aa2d26f27726 /www/demos
parentdca8a7120d962c95a86720a14bba1d2e54180eb4 (diff)
downloadmissing-0efeb805e84b86f54b8727ea6613e68cbd53a57a.tar.gz
missing-0efeb805e84b86f54b8727ea6613e68cbd53a57a.zip
Fix sidebar layout
Fixes #68
Diffstat (limited to 'www/demos')
-rw-r--r--www/demos/sidebar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/demos/sidebar.html b/www/demos/sidebar.html
index 1eaf834..f8061d3 100644
--- a/www/demos/sidebar.html
+++ b/www/demos/sidebar.html
@@ -4,7 +4,7 @@ name: Sidebar
hideFooter: yes
---
-<div class="sidebar-layout fullscreen">
+<div class="fullscreen sidebar-layout">
<header>
<div class="<h1>">My App</div>
<nav>
@@ -26,8 +26,8 @@ hideFooter: yes
</nav>
</header>
- <div class="">
- <main>
+ <div>
+ <main class="fullbleed padding-inline">
<h1>Dashboard</h1>
<p>This is a simple dashboard.</p>