style publications better

This commit is contained in:
Madison Scott-Clary
2019-07-10 11:02:59 -07:00
parent 3116310470
commit 3e23950eb2
5 changed files with 35 additions and 9 deletions

View File

@ -192,5 +192,7 @@ pre {
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */ /* = = = = = = = = = = Animate Styles = = = = = = = = = = */
//@import "parts/animate"; //@import "parts/animate";
@import "parts/misc";
/* = = = = = = = = = = Media = = = = = = = = = = */ /* = = = = = = = = = = Media = = = = = = = = = = */
@import "media" @import "media";

View File

@ -0,0 +1,11 @@
.center-list {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding: 0;
li {
margin: 0.5rem 1rem;
display: inline-block;
}
}

View File

@ -4,11 +4,13 @@ title: Arcana - A Tarot Anthology
img: publications/04-emperor.jpg img: publications/04-emperor.jpg
--- ---
<img src="/assets/img/publications/arcana.jpg" style="margin: 0 auto; display: block" /> <img src="/assets/img/publications/arcana.jpg" style="margin: 0 auto; display: block; width: 500pxm; max-width: 100%;" />
* [**Purchase from the publisher**](http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/22227398-arcana-a-tarot-anthology) <ul class="center-list">
* [Purchase ebook from Bad Dog Books](https://baddogbooks.com/product/arcana/) <li><a href="http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/22227398-arcana-a-tarot-anthology" target="\_blank"><strong>Purchase from the publisher</strong></a></li>
* [Purchase from Amazon](https://www.amazon.com/dp/B078324NWL/) <li><a href="https://baddogbooks.com/product/arcana/" target="\_blank">Purchase ebook from Bad Dog Books</a></li>
<li><a href="https://www.amazon.com/dp/B078324NWL/" target="\_blank">Purchase from Amazon</a></li>
</ul>
---- ----

View File

@ -3,13 +3,15 @@ type: page
title: Rum and Coke - Three Short Stories from a Furry Convention title: Rum and Coke - Three Short Stories from a Furry Convention
--- ---
<img src="/assets/img/publications/rum-and-coke.jpg" style="margin: 0 auto; display: block; max-width: 500px" /> <img src="/assets/img/publications/rum-and-coke.jpg" style="margin: 0 auto; display: block; width: 500pxm; max-width: 100%;" />
<script src="https://gumroad.com/js/gumroad.js"></script> <script src="https://gumroad.com/js/gumroad.js"></script>
* <a class="gumroad-button" href="https://gum.co/rnc-furry-ebook" target="\_blank">Purchase ebook</a> <ul class="center-list">
* <a class="gumroad-button" href="https://gum.co/rnc-furry-print" target="\_blank">Pre-order paperback</a> <li><a class="gumroad-button" href="https://gum.co/rnc-furry-ebook" target="\_blank">Purchase ebook</a></li>
* [Purchase on Amazon](https://www.amazon.com/dp/B0160RTUWK) <li><a class="gumroad-button" href="https://gum.co/rnc-furry-print" target="\_blank">Pre-order paperback</a></li>
<li><a href="https://www.amazon.com/dp/B0160RTUWK" target="\_blank">Purchase on Amazon</a></li>
</ul>
----- -----

View File

@ -1322,6 +1322,15 @@ ul.pagination .page-item.active a {
color: #cbb4da; } color: #cbb4da; }
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */ /* = = = = = = = = = = Animate Styles = = = = = = = = = = */
.center-list {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding: 0; }
.center-list li {
margin: 0.5rem 1rem;
display: inline-block; }
/* = = = = = = = = = = Media = = = = = = = = = = */ /* = = = = = = = = = = Media = = = = = = = = = = */
/* Small Devices, Tablets */ /* Small Devices, Tablets */
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {