1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * CSS tweaks for the Alabaster theme 4 */ 5 6/* Shrink the headers a bit */ 7div.body h1 { font-size: 180%; } 8div.body h2 { font-size: 150%; } 9div.body h3 { font-size: 130%; } 10 11/* Tighten up the layout slightly */ 12div.body { padding: 0 15px 0 10px; } 13div.document { margin: 20px 10px 0 10px; } 14div.sphinxsidebarwrapper { padding: 1em 0.4em; } 15