Skip to content

Commit 54e23e3

Browse files
Update style.css
1 parent 592d245 commit 54e23e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dist/css/style.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -2586,22 +2586,22 @@ button {
25862586
/* Responsive image styling */
25872587
.oshanki img {
25882588
width: auto; /* Maintain aspect ratio */
2589-
max-width: 100%; /* Ensure the image does not overflow the container */
2590-
height: auto; /* Adjust height proportionally */
2591-
margin-top: 10px; /* Initial downward shift */
2589+
max-width: 100%;
2590+
height: auto;
2591+
margin-top: 10px;
25922592
}
25932593

25942594
@media (max-width: 768px) { /* For tablets and smaller devices */
25952595
.oshanki img {
2596-
max-width: 80%; /* Resize image for smaller screens */
2597-
margin-top: 15px; /* Slightly increase downward shift for tablets */
2596+
max-width: 80%;
2597+
margin-top: 15px;
25982598
}
25992599
}
26002600

26012601
@media (max-width: 480px) { /* For phones */
26022602
.oshanki img {
2603-
max-width: 90%; /* Further reduce image size for phones */
2604-
margin-top: 20px; /* Increase downward shift for compact screens */
2603+
max-width: 90%;
2604+
margin-top: 20px;
26052605
}
26062606
}
26072607

0 commit comments

Comments
 (0)