mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
|
|
||
|
|
||
|
|
||
|
/* ============================================================== */
|
||
|
/* Old Article Fixes */
|
||
|
/* ============================================================== */
|
||
|
|
||
|
// text-shadow article
|
||
|
// fluid examples
|
||
|
#post-39 .entry-content > div,
|
||
|
#post-39 .entry-content img {
|
||
|
max-width: 100%;
|
||
|
height: auto !important;
|
||
|
margin-left: 0 !important;
|
||
|
}
|