Better container size on both mobile and desktop

This commit is contained in:
Niek van der Maas 2023-03-06 16:11:16 +01:00
parent b7fa95b0f3
commit ac786b3dc8
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<Navbar />
<section class="section">
<div class="container is-fluid">
<div class="container is-fullhd">
<div class="columns">
<div class="column is-one-fifth">
<Sidebar bind:apiKey bind:sortedChats bind:activeChatId />

View File

@ -44,5 +44,6 @@ a.is-disabled {
}
$footer-padding: 3rem 1.5rem;
$fullhd: 2000px;
@import "/node_modules/bulma/bulma.sass";