diff options
author | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
commit | 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch) | |
tree | c091dfac3e1b5743bb50a7bf7165ae226e0543b8 /view/css | |
parent | a88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff) | |
download | volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2 volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip |
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/css/default.css b/view/css/default.css index bd0f14ba2..bb6498193 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -20,6 +20,7 @@ main { position: relative; order: 1; padding: 4.5rem 7px 0px 7px; + width: 350px; } #region_2 { @@ -34,4 +35,5 @@ main { position: relative; order: 3; padding: 4.5rem 7px 0px 7px; + width: 350px; } |