mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
test
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user