Spaces:
Running
Running
File size: 826 Bytes
c9cdaad e91e2b4 c9cdaad acaa797 c9cdaad e91e2b4 c9cdaad e91e2b4 c9cdaad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | /* -- Sidebar width & padding -- */
section[data-testid="stSidebar"] { width: 300px !important; }
section[data-testid="stSidebarContent"] { width: 300px !important;
padding: 0.75rem; }
/* -- Title size -- */
h1 { font-size: 2.1rem !important; margin-bottom: 1rem; }
/* -- Ensure long links wrap inside comparison columns -- */
div.answer { white-space: pre-wrap; overflow-wrap: anywhere; }
/* Tighten spacing between comparison columns */
div[data-testid="column"] {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
margin-left: 0 !important;
margin-right: 0 !important;
flex-grow: 1;
}
/* Align vertical divider better */
.vertical-divider {
height: 100%;
border-left: 1px solid #ccc;
margin: 0 0.4rem;
} |