Increase top padding on 3-column layout
I don't know why, but it was uncomfortable to read texts at the very
near the top of a content area.
Changes
1 changed files
(+4/-0)
-
-
.aside {
top: 0;
}
+
+
.header, .main, .aside {
+
padding-block-start: var(--space-xxxl);
+
}
}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- d38d10b2cc8867e68b08d2ad19aabcbfabe9df74
- Parent
-
291d38c0
- Tab width
-