aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-09 19:12:32 -0400
committertdro <tdro@noreply.example.com>2023-09-09 19:12:32 -0400
commit28a83a7c92689f9923890f21288d56f1dcf1a54d (patch)
tree703fb1925e60175ee4a26f99b00d752fcc67525e /assets/css
parentab77bfa161a0ead5d3ac3ec01b609a1eb1a5e379 (diff)
downloadcanory-28a83a7c92689f9923890f21288d56f1dcf1a54d.tar.gz
canory-28a83a7c92689f9923890f21288d56f1dcf1a54d.tar.bz2
canory-28a83a7c92689f9923890f21288d56f1dcf1a54d.zip
assets/css/default: Correct previous commit
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 9b91b69..6fac1af 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -2341,9 +2341,6 @@ link-card article a {
}
@media screen and (max-width: 460px) {
- nav + main {
- margin-top: 0;
- }
micro-summary > article {
margin-left: 0;
}
@@ -2356,6 +2353,9 @@ link-card article a {
/* ----- Self Frames ----- */
@media (max-height: 12rem) {
+ nav + main {
+ margin-top: 0;
+ }
micro-card {
width: 100vw;
padding-right: 1rem;