Skip to content
Snippets Groups Projects
Commit ffc03a2a authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

change image css

parent dfcbf852
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ body{
font-weight: 600;
margin-left: 60px;
}
/* .img-pagestyle{
.img-pagestyle{
margin: 20px auto 20px;
width: 50%;
height: 50%;
......@@ -365,8 +365,8 @@ body{
width: 100%;
height: 100%;
object-fit: contain;
} */
.img-pagestyle {
}
/* .img-pagestyle {
display: flex;
justify-content: center;
margin-top: -200px;
......@@ -375,10 +375,10 @@ body{
}
.img-pagestyle img {
width: 80%; /* Adjust the width of the image */
height: auto; /* Maintain the aspect ratio */
object-fit: contain; /* Ensure the image is fully contained within the space */
}
width: 80%;
height: auto;
object-fit: contain;
} */
.pagecontent p {
margin-top: 20px;
text-align: justify;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment