File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2586,22 +2586,22 @@ button {
2586
2586
/* Responsive image styling */
2587
2587
.oshanki img {
2588
2588
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 ;
2592
2592
}
2593
2593
2594
2594
@media (max-width : 768px ) { /* For tablets and smaller devices */
2595
2595
.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 ;
2598
2598
}
2599
2599
}
2600
2600
2601
2601
@media (max-width : 480px ) { /* For phones */
2602
2602
.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 ;
2605
2605
}
2606
2606
}
2607
2607
You can’t perform that action at this time.
0 commit comments