Commit dd8f0bb9 by Manivasagam S

logo size changed

parent e67eaf51
......@@ -125,7 +125,7 @@ nav {
min-height: 100vh;
}
.card .about .logo {
width: 9rem;
width: 6rem;
margin-block: 7px;
}
......@@ -144,7 +144,7 @@ nav {
.card .about hr {
width: 100%;
margin-block: 10px;
font-size: 20px;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}
......@@ -168,6 +168,7 @@ nav {
width: 100%;
object-fit: contain;
}
.card {
padding: 33px;
grid-template-columns: repeat(2, 1fr);
......@@ -211,10 +212,21 @@ nav {
.card {
padding-left: 5rem;
}
.card > :nth-child(2) img{
height: 330px;
margin-top:50px;
}
.card .about .logo {
width: 5rem;
margin-block: 7px;
}
.card-6 > :nth-child(2) img {
transform: scale(1.2);
margin-left: 0.6rem;
margin-top: 6rem;
}
}
\ No newline at end of file
.card-1 > :nth-child(2) img{
margin-top: 5px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment