aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 6c381b0..d3d2b6f 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -975,6 +975,7 @@ html {
html[data-document="html"],
html[data-document="xhtml"] {
+ height: auto;
margin-left: calc(100vw - 100%);
margin-right: 0;
overflow-y: visible;
@@ -2417,8 +2418,12 @@ nav[hidden] {
/* ----- Responsive ----- */
@media screen and (max-width: 1220px) {
+ column-base[position="right"] {
+ width: 38%;
+ }
column-base[position="left"] {
flex: none;
+ width: auto;
}
column-base[position="left"] nav a {
flex-direction: column-reverse;
@@ -2429,9 +2434,6 @@ nav[hidden] {
column-base[position="left"] nav a span {
padding-top: 0.5rem;
}
- column-base[position="right"] {
- width: 38%;
- }
micro-author micro-card {
flex-direction: column;
text-align: center;