Fix blog post images escaping their parents
This commit is contained in:
parent
bcb497d744
commit
c0690a1983
2
assets/css/style.min.css
vendored
2
assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -92,6 +92,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom: 1.25rem;
|
||||
color: #727272;
|
||||
}
|
||||
article img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 13px auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Footer
|
||||
|
Loading…
Reference in New Issue
Block a user