Move thumbnail list to right and reduce whitespace
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user