use smaller thumbnails for photography preview,
move gallery common css to gallery.css
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<main>
|
||||
<div id="galleries-container">
|
||||
<figure class="overlay-container gallery">
|
||||
<img src="/resources/photography/nature/1.jpg" alt="" class="image">
|
||||
<img src="/resources/photography/nature/1-thumb.jpg" alt="" class="image">
|
||||
<figcaption class="overlay-mask">
|
||||
<a href="/photography/nature.html" class="overlay-content">
|
||||
<h2>Nature</h2>
|
||||
@@ -48,7 +48,7 @@
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="overlay-container gallery">
|
||||
<img src="/resources/photography/nature2/1.jpg" alt="" class="image">
|
||||
<img src="/resources/photography/nature2/1-thumb.jpg" alt="" class="image">
|
||||
<figcaption class="overlay-mask">
|
||||
<a href="/photography/nature2.html" class="overlay-content">
|
||||
<h2>Nature 2</h2>
|
||||
|
Reference in New Issue
Block a user