Move thumbnail list to right and reduce whitespace

This commit is contained in:
dsyoon
2025-12-27 15:44:47 +09:00
parent a9d35c63a5
commit a78234f5cf
3 changed files with 43 additions and 32 deletions

View File

@@ -40,13 +40,15 @@ pre {
}
div#page {
/* Full-width, responsive container */
width: min(100vw, 1600px);
width: 100%;
max-width: none;
background-color: #fff;
margin: 0 auto;
text-align: left;
border-color: #ddd;
border-style: none solid solid;
border-width: medium 1px 1px;
box-sizing: border-box;
}
div#container {
padding: 20px;