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 5fa82ec commit d0b281dCopy full SHA for d0b281d
dev.css
@@ -300,15 +300,20 @@ aside h3 {
300
@media only screen and (max-width: 48rem) {
301
main {
302
margin: -1rem;
303
- margin-bottom: 0rem;
304
background: none;
305
border: none;
306
}
307
308
header {
309
background-color: var(--dc-bg-1);
310
border-bottom: 1px solid var(--dc-bg-3);
311
- margin: 0rem calc(50% - 50vw) 1rem;
+ margin-bottom: 1rem;
+ }
312
+
313
+ footer {
314
+ margin-top: 1rem;
315
+ padding-top: 1rem;
316
+ border-top: 1px solid var(--dc-bg-3);
317
318
319
main,
0 commit comments