Commit e67eaf51 by Manivasagam S

New changes

parent 82a558cc
......@@ -11,7 +11,6 @@
body {
max-width: 1980px;
margin-inline: auto;
}
html {
font-size: 62.5%;
......@@ -123,11 +122,12 @@ nav {
grid-template-columns: 1fr;
padding: 4rem;
gap: 3rem;
height: 100vh;
min-height: 100vh;
}
.card .about .logo {
width: 6rem;
width: 9rem;
margin-block: 7px;
}
.card > :nth-child(2) img {
......@@ -171,11 +171,12 @@ nav {
.card {
padding: 33px;
grid-template-columns: repeat(2, 1fr);
height:59vh
min-height: 50vh;
}
}
@media (min-width: 769px) {
nav{
nav {
background: transparent;
position: fixed;
top: 0;
......@@ -187,7 +188,6 @@ nav {
.card {
padding: 20px;
gap: 2rem;
}
.card .about h4 {
font-size: 15px;
......@@ -201,7 +201,6 @@ nav {
}
.card-1 > :nth-child(2) img {
min-height: 100%;
}
}
@media (min-width: 1024px) {
......@@ -217,6 +216,5 @@ nav {
transform: scale(1.2);
margin-left: 0.6rem;
margin-top: 6rem;
}
}
\ No newline at end of file
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