web: make image of full width for mobile screen (#4101)

This commit is contained in:
M. Sarmad Qadeer
2024-05-06 12:31:34 +05:00
committed by GitHub
parent 98f5e5d22b
commit db136116d3

View File

@@ -215,4 +215,10 @@ h6{
float: right;
margin-left: 3rem;
}
}
@media (max-width:768px) {
img {
width: 100%;
}
}