typo
This commit is contained in:
@@ -369,7 +369,7 @@
|
|||||||
<img
|
<img
|
||||||
src="images/saim.png"
|
src="images/saim.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 348px; height: 454px"
|
class="vision-responsive-img"
|
||||||
/>
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -250,6 +250,23 @@ img, picture, video, canvas, svg{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Vision Image Responsive Styles */
|
||||||
|
.vision-responsive-img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
max-width: 500px;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 8px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Mobile optimization */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.vision-responsive-img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user