aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-19 19:20:47 -0400
committertdro <tdro@noreply.example.com>2023-04-19 19:20:47 -0400
commit1e816e9e7763e6ad30fd0400538661c0c9fce863 (patch)
treedda7d6623895e666bf34e688c63f45c83af23802 /assets
parent0b3a46195c4e617e2c60fd6c7838981557786425 (diff)
downloadcanory-1e816e9e7763e6ad30fd0400538661c0c9fce863.tar.gz
canory-1e816e9e7763e6ad30fd0400538661c0c9fce863.tar.bz2
canory-1e816e9e7763e6ad30fd0400538661c0c9fce863.zip
assets/css/default: Conflicts with link-card
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index e12e166..46655cc 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -962,7 +962,7 @@ micro-thumbnail figure img {
max-height: 3.5rem;
}
-micro-summary article {
+micro-summary > article {
margin-left: 4.25rem;
}
@@ -2168,7 +2168,7 @@ link-card article a {
}
@media screen and (max-width: 460px) {
- micro-summary article {
+ micro-summary > article {
margin-left: 0;
}
tag-card {