Skip to content

Commit 01591cc

Browse files
authored
Change image width from 100% to 50%
1 parent 29e1a79 commit 01591cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ table {
207207

208208
/* Image styling – modern + responsive */
209209
.content-section img {
210-
width: 100%;
210+
width: 50%;
211211
height: auto;
212212
max-width: 700px;
213213
display: block;

0 commit comments

Comments
 (0)