Revert: "🐛 Fix: resolve the aspect ratio issue temporarily"

This commit is contained in:
Cell
2024-12-13 10:25:07 +08:00
parent 393a1393c3
commit 9faf1ac1a8
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -105,8 +105,6 @@
.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 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.17-5712ea5a" -}}
{{- .Scratch.Set "version" "v0.3.17-393a1393" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}