We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08072eb commit 652f3dcCopy full SHA for 652f3dc
assets/css/main.css
@@ -157,11 +157,16 @@ section:first-of-type {
157
margin-top: 141px /* header height */
158
}
159
160
-section:has(.image-container img[src]) {
+section:has(.image-container img[src]),
161
+section:only-of-type {
162
min-height: 100svh;
163
margin-top: 0
164
165
166
+section:only-of-type h1 {
167
+ margin-top: calc(2em + 141px) /* header height */
168
+}
169
+
170
hr {
171
width: 100vw;
172
height: 1px;
@@ -412,9 +417,9 @@ details[open] summary::before {
412
417
height: 43px
413
418
414
419
415
- section:first-of-type {
420
+ section:first-of-type:not(:only-of-type) {
416
421
height: 100vh;
- margin-top: 0
422
+ margin-top: 0;
423
424
425
.image-container:has(.background) {
0 commit comments