Commit 57106874 by Madhankumar

css changes

parent 83874995
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<p class="description">${desc}</p> <p class="description">${desc}</p>
</div> </div>
<div class="image"> <div class="image">
<img class="imgdata" src="${image}"/> <img src="${image}"/>
</div> </div>
</div> </div>
</div>`).join(""); </div>`).join("");
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.row { .row {
display: grid; display: grid;
grid-template-columns: repeat(3, minmax(500px, 1fr)); grid-template-columns: repeat(3,1fr);
min-height:100vh; min-height:100vh;
} }
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
p { p {
font-family: roman; font-family: roman;
font-size: 1.3em; font-size: 1.5vw;
line-height: 1.5em; line-height: 1.5em;
width: -webkit-fill-available; width: -webkit-fill-available;
} }
...@@ -51,7 +51,11 @@ hr { ...@@ -51,7 +51,11 @@ hr {
border: 1px solid white; border: 1px solid white;
} }
.image { .image img{
position: relative;
width: 100%;
}
/* .image {
display: grid; display: grid;
height: 100%; height: 100%;
} }
...@@ -59,7 +63,7 @@ hr { ...@@ -59,7 +63,7 @@ hr {
max-width: 100%; max-width: 100%;
max-height: 100vh; max-height: 100vh;
margin: auto; margin: auto;
} } */
@media only screen and (min-width: 480px) and (max-width: 768px) { @media only screen and (min-width: 480px) and (max-width: 768px) {
.row { .row {
...@@ -74,11 +78,7 @@ hr { ...@@ -74,11 +78,7 @@ hr {
grid-template-columns: 1fr; grid-template-columns: 1fr;
padding-bottom: 15px; padding-bottom: 15px;
} }
p {
font-family: roman;
font-size: 1.2em;
}
.card-desc .image{ .card-desc .image{
margin-top:20px; margin-top:20px;
margin-bottom:30px; margin-bottom:30px;
...@@ -87,6 +87,7 @@ hr { ...@@ -87,6 +87,7 @@ hr {
} }
@media screen and (max-width:480px) { @media screen and (max-width:480px) {
.row { .row {
......
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