Skip to content

Commit

Permalink
speaker card responsive add
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinsk24 committed Apr 10, 2024
1 parent 7b0ca73 commit e48bd85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,24 @@ <h1>KEYNOTE SPEAKERS</h1>
<div class="text">
<p><b>Dr. Anil Joseph</b></p>
<p>President<br>Indian Geotechnical Society</p>
<br>
</div>
</article>

<article>
<img src="images/Speaker2.png" alt="Sample photo">
<div class="text">
<p><b>Dr. E. C. Shin</b></p>
<p>Professor<br>Incheon National University, South Korea</p>
<p>Professor<br>Incheon National University <br>South Korea</p>
</div>
</article>

<article>
<img src="images/Speaker3.jpg" alt="Sample photo">
<div class="text">
<p><b>Minimol Korulla Jacob</b></p>
<p>Head - Strategic Projects & Initiatives (ISEAP)<br>Maccaferri</p>
</div>
<p>Head, Strategic Projects & Initiatives (ISEAP) <br>Maccaferri</p>
</div>
</article>

<article>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ table th {

.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
grid-gap:30px;
align-items: center;
padding: 55px;
padding: 50px;
}

.grid > article {
Expand Down

0 comments on commit e48bd85

Please sign in to comment.