Commit 82db996b by Madhankumar

mobile view changes

parent e448dd7f
...@@ -98,8 +98,7 @@ hr { ...@@ -98,8 +98,7 @@ hr {
.card .card-body { .card .card-body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 40px auto; margin: 4rem;
padding: 100px 0px;
gap: 3em; gap: 3em;
} }
...@@ -123,8 +122,7 @@ hr { ...@@ -123,8 +122,7 @@ hr {
.card-text { .card-text {
font-size: 34px; font-size: 34px;
font-family: "Poppins"; font-family: "Poppins";
max-width: 60vw; width: min(100% - 2rem);
width: 100%;
} }
.sub-title { .sub-title {
font-size: 25px; font-size: 25px;
......
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