We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbc9ab commit d675126Copy full SHA for d675126
assets/css/main.scss
@@ -161,8 +161,8 @@ html { background: transparent !important; }
161
float: none !important;
162
display: block !important;
163
margin: 0 auto 1.1rem !important;
164
- width: clamp(240px, 40vw, 560px) !important; /* desktop cap ~300px */
165
- height: clamp(240px, 40vw, 560px) !important;
+ width: clamp(240px, 12vw, 560px) !important; /* desktop cap ~300px */
+ height: clamp(240px, 12vw, 560px) !important;
166
aspect-ratio: 1 / 1;
167
object-fit: cover;
168
border-radius: 50% !important;
0 commit comments