mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
test
This commit is contained in:
@@ -89,4 +89,16 @@ h3 {
|
||||
/* Reduce article padding */
|
||||
article {
|
||||
padding: 3rem 0rem !important;
|
||||
}
|
||||
|
||||
/* Fix hr alignment with content */
|
||||
hr {
|
||||
width: 70% !important;
|
||||
}
|
||||
|
||||
/* Mobile override for hr */
|
||||
@media (max-width: 760px) {
|
||||
hr {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
+4
-3
@@ -390,9 +390,10 @@
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
main hr {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
main hr,
|
||||
.post-content hr {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user