Commit 5f7ffb76 by Manivasagam S

new changes

parent dd8f0bb9
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
} }
body { body {
max-width: 1980px; max-width: 198rem;
margin-inline: auto; margin-inline: auto;
} }
html { html {
...@@ -17,8 +17,8 @@ html { ...@@ -17,8 +17,8 @@ html {
} }
nav { nav {
position: fixed; position: fixed;
height: 50px !important; height: 5rem !important;
padding: 8px 30px; padding: 0.8rem 3rem;
} }
nav img { nav img {
...@@ -51,20 +51,20 @@ image { ...@@ -51,20 +51,20 @@ image {
.card .about h5 { .card .about h5 {
font-weight: 100; font-weight: 100;
font-size: 16px; font-size: 1.6rem;
text-transform: uppercase; text-transform: uppercase;
} }
.card .about hr { .card .about hr {
height: 1px; height: 0.1rem;
background-color: white; background-color: white;
border: none; border: none;
border-radius: 1px; border-radius: 0.1rem;
} }
.card .about .logo { .card .about .logo {
width: 6rem; width: 6rem;
margin-block: 7px; margin-block: 0.7rem;
} }
.card .about img { .card .about img {
...@@ -124,10 +124,10 @@ nav { ...@@ -124,10 +124,10 @@ nav {
gap: 3rem; gap: 3rem;
min-height: 100vh; min-height: 100vh;
} }
.card .about .logo {
width: 6rem;
margin-block: 7px;
.card .about .logo {
width: 5rem;
margin-block: 0.7rem;
} }
.card > :nth-child(2) img { .card > :nth-child(2) img {
...@@ -143,8 +143,8 @@ nav { ...@@ -143,8 +143,8 @@ nav {
.card .about h4, .card .about h4,
.card .about hr { .card .about hr {
width: 100%; width: 100%;
margin-block: 10px; margin-block: 1rem;
font-size: 18px; font-size: 1.7rem;
font-weight: 700; font-weight: 700;
text-transform: uppercase; text-transform: uppercase;
} }
...@@ -159,6 +159,11 @@ nav { ...@@ -159,6 +159,11 @@ nav {
min-height: 30rem; min-height: 30rem;
transform: scale(1.2); transform: scale(1.2);
} }
.card-1 > :nth-child(2) img {
aspect-ratio: 1/2;
height: 50rem;
}
@media (min-width: 640px) { @media (min-width: 640px) {
.main { .main {
display: grid; display: grid;
...@@ -170,13 +175,13 @@ nav { ...@@ -170,13 +175,13 @@ nav {
} }
.card { .card {
padding: 33px; padding: 3.3rem;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
min-height: 50vh; min-height: 50vh;
} }
} }
@media (min-width: 769px) {
@media (min-width: 768px) {
nav { nav {
background: transparent; background: transparent;
position: fixed; position: fixed;
...@@ -187,16 +192,16 @@ nav { ...@@ -187,16 +192,16 @@ nav {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
.card { .card {
padding: 20px; padding: 2rem;
gap: 2rem; gap: 2rem;
} }
.card .about h4 { .card .about h4 {
font-size: 15px; font-size: 1.5rem;
text-transform: capitalize; text-transform: capitalize;
font-weight: 400; font-weight: 400;
} }
.card .about h5 { .card .about h5 {
font-size: 14px; font-size: 1.4rem;
text-transform: uppercase; text-transform: uppercase;
font-weight: 100; font-weight: 100;
} }
...@@ -204,6 +209,7 @@ nav { ...@@ -204,6 +209,7 @@ nav {
min-height: 100%; min-height: 100%;
} }
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
.main { .main {
display: grid; display: grid;
...@@ -212,21 +218,21 @@ nav { ...@@ -212,21 +218,21 @@ nav {
.card { .card {
padding-left: 5rem; padding-left: 5rem;
} }
.card > :nth-child(2) img{ .card > :nth-child(2) img {
height: 330px; height: 33rem;
margin-top:50px; margin-top: 5rem;
} }
.card .about .logo { .card .about .logo {
width: 5rem; width: 5rem;
margin-block: 7px; margin-block: 0.7rem;
}
}
.card-6 > :nth-child(2) img { .card-6 > :nth-child(2) img {
transform: scale(1.2); transform: scale(1.2);
margin-left: 0.6rem; margin-left: 0.6rem;
margin-top: 6rem; margin-top: 6rem;
} }
.card-1 > :nth-child(2) img{ .card-1 > :nth-child(2) img {
margin-top: 5px; margin-top: 0.5rem;
} }
} }
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