/* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ .nl.grid { padding: 1em; padding-left: 3em; padding-right: 3em; list-style: none; width: 100%; box-sizing: border-box; display: flex; } .nl.grid { flex-wrap: wrap; } .nl.grid li { display: block; } .nl.inline { display: flex; overflow-x: auto; max-width: 100%; flex-wrap: nowrap; } .nl.inline li { display: inline-block; }