Commit abeb9845 by Madhankumar

code format

parent 8ebc2da9
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
<head> <head>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap" rel="stylesheet"> <link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap"
rel="stylesheet"
/>
</head> </head>
<body> <body>
<div class="logo"> <div class="logo">
......
...@@ -160,7 +160,7 @@ hr { ...@@ -160,7 +160,7 @@ hr {
max-width: 100%; max-width: 100%;
padding: 0px; padding: 0px;
} }
.card-image img{ .card-image img {
padding: 35px; padding: 35px;
} }
} }
...@@ -190,7 +190,7 @@ hr { ...@@ -190,7 +190,7 @@ hr {
max-width: 100%; max-width: 100%;
} }
.card-image img { .card-image img {
max-width: 100%; max-width: 100%;
max-height: 50vh; max-height: 50vh;
} }
} }
...@@ -207,7 +207,6 @@ hr { ...@@ -207,7 +207,6 @@ hr {
.card-body { .card-body {
padding-left: 35px; padding-left: 35px;
} }
} }
@media only screen and (min-width: 1440px) { @media only screen and (min-width: 1440px) {
.card { .card {
...@@ -217,9 +216,8 @@ hr { ...@@ -217,9 +216,8 @@ hr {
.sub-title { .sub-title {
font-size: 18px; font-size: 18px;
} }
.card-body { .card-body {
padding-left: 70px; padding-left: 70px;
} }
} }
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