More actions
JoliasEnor (talk | contribs) No edit summary Tag: Reverted |
JoliasEnor (talk | contribs) No edit summary Tag: Reverted |
||
Line 13: | Line 13: | ||
@media only screen and (max-width: 600px) { | @media only screen and (max-width: 600px) { | ||
.res-img img { | .res-img img { | ||
max-width: | max-width: 60%; /* Adjust this value as needed */ | ||
height: auto; | height: auto; | ||
} | } | ||
} | } | ||
</style> | </style> |