Skip to content

Commit d675126

Browse files
Update main.scss
1 parent 5cbc9ab commit d675126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ html { background: transparent !important; }
161161
float: none !important;
162162
display: block !important;
163163
margin: 0 auto 1.1rem !important;
164-
width: clamp(240px, 40vw, 560px) !important; /* desktop cap ~300px */
165-
height: clamp(240px, 40vw, 560px) !important;
164+
width: clamp(240px, 12vw, 560px) !important; /* desktop cap ~300px */
165+
height: clamp(240px, 12vw, 560px) !important;
166166
aspect-ratio: 1 / 1;
167167
object-fit: cover;
168168
border-radius: 50% !important;

0 commit comments

Comments
 (0)