mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
docs: Move image-width fix to style.css
This commit is contained in:
4
docs/static/css/style.css
vendored
4
docs/static/css/style.css
vendored
@@ -133,6 +133,10 @@ a, a:hover, a:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.panel-body a {
|
||||
line-height: 1.1;
|
||||
|
Reference in New Issue
Block a user