Make refsheet centered
This commit is contained in:
parent
314684ba3c
commit
3ae1d9c033
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,7 @@
|
|||
<div class="main">
|
||||
<h1 id="my-ref-sheet">My ref sheet</h1>
|
||||
<p><a href="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur.png" target="_blank">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.jpg" />
|
||||
<img class="refsheet" src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.jpg" />
|
||||
</a></p>
|
||||
|
||||
<p>Drawn by <a href="https://faultyarts.carrd.co/">FaultyArts</a>. Click the image to enlargen it (opens it in a new tab, roughly 4 MB).</p>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/art.html</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/blog.html</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/contact.html</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/refsheet.html</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/assets/css/styles.css</loc>
|
||||
|
||||
<lastmod>2024-11-05T20:47:16+01:00</lastmod>
|
||||
<lastmod>2024-11-05T20:54:25+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
|
|
@ -396,6 +396,10 @@ span.colour-heading {
|
|||
font-size: large;
|
||||
}
|
||||
|
||||
img.refsheet {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
.responsive {
|
||||
width: 49.99999%;
|
||||
|
|
|
@ -5,7 +5,7 @@ title: "Hexaitos.com – Ref Sheet"
|
|||
|
||||
# My ref sheet
|
||||
<a href="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur.png" target="_blank">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.jpg">
|
||||
<img class="refsheet" src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.jpg">
|
||||
</a>
|
||||
|
||||
Drawn by [FaultyArts](https://faultyarts.carrd.co/). Click the image to enlargen it (opens it in a new tab, roughly 4 MB).
|
||||
|
|
Loading…
Reference in New Issue