mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
🐛 Fix: resolve the aspect ratio issue temporarily
This commit is contained in:
@@ -105,6 +105,8 @@
|
||||
|
||||
.featured-image-preview {
|
||||
width: 100%;
|
||||
// resolve the aspect ratio issue temporarily
|
||||
max-width: 1000px;
|
||||
// use the same proportions as the cover image of https://dev.to/
|
||||
aspect-ratio: auto 1000 / 420;
|
||||
position: relative;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- .Scratch.Set "version" "v0.3.16-f0af9756" -}}
|
||||
{{- .Scratch.Set "version" "v0.3.16-f66dc32e" -}}
|
||||
{{- .Scratch.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user