Skip to content

Commit d8851a4

Browse files
author
Tim Hopper
committed
possibility of larger container
1 parent 595efc4 commit d8851a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web/css/custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ table {
2727
font-family: monospace;
2828
}
2929

30-
section {
31-
}
30+
@media (min-width: 1600px) {
31+
.container {
32+
width: 1440px;
33+
max-width: 100%;
34+
}
35+
}

0 commit comments

Comments
 (0)