This commit is contained in:
2025-09-06 14:10:41 -04:00
parent 3db62d1075
commit e22ef5f938
+3 -3
View File
@@ -393,20 +393,20 @@
/* Make lists wider for better readability */
.post-content > ul,
.post-content > ol {
width: 90% !important;
width: 72.5% !important;
}
@media (max-width: 1400px) {
.post-content > ul,
.post-content > ol {
width: 90% !important;
width: 72.5% !important;
}
}
@media (max-width: 1200px) {
.post-content > ul,
.post-content > ol {
width: 90% !important;
width: 72.5% !important;
}
}