Commit e448dd7f by Madhankumar

mobile view changes

parent abeb9845
...@@ -24,6 +24,7 @@ body { ...@@ -24,6 +24,7 @@ body {
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%; width: 100%;
justify-content: space-between;
} }
.card-text { .card-text {
...@@ -139,9 +140,7 @@ hr { ...@@ -139,9 +140,7 @@ hr {
max-width: 100%; max-width: 100%;
max-height: 50vh; max-height: 50vh;
} }
.card-image {
gap: 5;
}
} }
@media only screen and (min-width: 769px) { @media only screen and (min-width: 769px) {
.card { .card {
...@@ -201,7 +200,7 @@ hr { ...@@ -201,7 +200,7 @@ hr {
font-size: 14px; font-size: 14px;
} }
.card-text img { .card-text img {
height: 35px; height: 50px;
} }
.card-body { .card-body {
......
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