We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562e3fd commit d123463Copy full SHA for d123463
site/assets/style.css
@@ -138,9 +138,13 @@ body {
138
width: 48%;
139
}
140
141
+
142
.responsive-img {
- max-width: 100%;
143
+ width: 100%;
144
+ max-width: 600px; /* Or 500px or whatever looks good */
145
height: auto;
146
+ margin: 0 auto;
147
+ display: block;
148
border-radius: 10px;
149
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
150
transition: transform 0.3s ease;
@@ -150,6 +154,7 @@ body {
154
transform: scale(1.02);
151
155
152
156
157
153
158
/* Optional: Add a dark-mode outline for visibility */
159
.dark-mode .responsive-img {
160
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
0 commit comments