mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🐛 Fix: image height error (#200)
This commit is contained in:
@@ -264,8 +264,11 @@
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 1em;
|
||||
|
||||
&:not([data-h]) {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
svg {
|
||||
max-width: 100%;
|
||||
@@ -301,7 +304,7 @@
|
||||
@include object-fit(none);
|
||||
}
|
||||
|
||||
.lazyloaded:not([data-h]) {
|
||||
.lazyloaded {
|
||||
@include object-fit(fill);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
Submodule docs updated: d805b77640...9276a1c16d
Reference in New Issue
Block a user