We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9427ef3 commit b7c903cCopy full SHA for b7c903c
findthatpostcode/static/css/custom.css
@@ -1,6 +1,8 @@
1
body {
2
display: grid;
3
grid-template-columns: 1fr max-content;
4
+ grid-template-rows: min-content 1fr min-content min-content;
5
+ min-height: 100vh;
6
}
7
8
body>header {
0 commit comments