fix: update image dimensions for featured image preview in summary layout

This commit is contained in:
Cell
2025-12-22 16:37:28 +08:00
parent 9bcdbe3325
commit fdcc20af26
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -1,9 +1,11 @@
@media only screen and (min-width: 1441px) {
%page-style {
width: ROUND(60%, 2px);
max-width: 1200px;
[data-page-style='wide'] & {
width: ROUND(64%, 2px);
max-width: 1600px;
}
[data-page-style='narrow'] & {
+2
View File
@@ -27,9 +27,11 @@
@media only screen and (min-width: 1441px) {
%page-style {
width: 60%;
max-width: 1200px;
[data-page-style='wide'] & {
width: 64%;
max-width: 1600px;
}
[data-page-style='narrow'] & {