class aditions for JS and styling
This commit is contained in:
parent
834ce79e57
commit
2f80824ac8
|
@ -18,8 +18,8 @@
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
<div class="window-pane">
|
<div class="window-pane">
|
||||||
<figure>
|
<figure class="clickable-image">
|
||||||
<img src="img/thumbnails/baxter-stare-thumb.jpg" alt="A thumbnail of an image of baxter looking at the camera.">
|
<img class="img-icon" src="img/thumbnails/baxter-stare-thumb.jpg" alt="A thumbnail of an image of baxter looking at the camera.">
|
||||||
<figcaption>baxter-stare.jpg</figcaption>
|
<figcaption>baxter-stare.jpg</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -41,3 +41,7 @@ p {
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img-icon {
|
||||||
|
padding-left: 1.25rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue