typo
This commit is contained in:
16
about.html
16
about.html
@@ -146,14 +146,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about-img-2">
|
<div class="about-img-2">
|
||||||
<figure class="image-anime reveal">
|
<figure class="image-anime reveal">
|
||||||
<img
|
<img
|
||||||
src="images/match.png"
|
src="images/match.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 348px; height: auto"
|
class="team-responsive-img"
|
||||||
/>
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Image End -->
|
<!-- About Image End -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -267,6 +267,22 @@ img, picture, video, canvas, svg{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Team Image Responsive Styles */
|
||||||
|
.team-responsive-img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
max-width: 500px;
|
||||||
|
border-radius: 8px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Mobile optimization */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.team-responsive-img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user