Fix catan tile formatting.

This commit is contained in:
chmod777 2021-02-27 00:45:03 +00:00
parent 5f21b022d9
commit bd1b16f668
3 changed files with 7 additions and 4 deletions

View File

@ -22,6 +22,9 @@ a:hover {
color: #f20;
}
img {
max-width: 100%;
}
.icon {
background-color: #aaa;
padding: 5px;

View File

@ -32,9 +32,9 @@
<p>And here is the results. They still need to be cleaned up a bit.</p>
<ul>
<li><img src="jpeg/catan-mountain-1.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
<li><img src="jpeg/catan-mountain-2.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
<li><img src="jpeg/catan-mountain-3.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
<li><img src="assets/jpeg/catan-mountain-1.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
<li><img src="assets/jpeg/catan-mountain-2.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
<li><img src="assets/jpeg/catan-mountain-3.jpeg" alt="Photo of an aluminium Settlers of Catan ore tile."></li>
</ul>
</main>

View File

@ -13,7 +13,7 @@ mkdir -p $WEB_DIR/assets/png
mkdir -p $WEB_DIR/assets/svg
mkdir -p $WEB_DIR/assets/css
# cp $ASSETS_DIR/jpeg/* $WEB_DIR/assets/jpeg/
cp $ASSETS_DIR/jpeg/* $WEB_DIR/assets/jpeg/
# cp $ASSETS_DIR/assets/png/* $WEB_DIR/assets/png/
cp $ASSETS_DIR/svg/* $WEB_DIR/assets/svg/
cp $ASSETS_DIR/css/* $WEB_DIR/assets/css/