From ecd46f0d091bece271c5f7cd1a21e13b4ff8f9bc Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 1 May 2024 00:00:00 +0000 Subject: assets/css/default: Auto left column width on responsive view --- assets/css/default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'assets/css') diff --git a/assets/css/default.css b/assets/css/default.css index 6c381b0..add1457 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -2417,8 +2417,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 +2433,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; -- cgit v1.2.3