vertically center single pages
This commit is contained in:
parent
f40850cf38
commit
37cfafbcd3
1 changed files with 6 additions and 0 deletions
|
@ -6,8 +6,14 @@
|
|||
--image-width: 1000px;
|
||||
}
|
||||
|
||||
body {
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.page {
|
||||
max-width: var(--image-width);
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#mainfig {
|
||||
|
|
Loading…
Reference in a new issue