Files
makyo.ink/assets/css/parts/_misc.scss
Madison Scott-Clary 81309c3d61 get rid of gumroad
2023-04-22 11:42:47 -07:00

28 lines
543 B
SCSS

.center-list {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding: 0;
li {
margin: 0.5rem 1rem;
display: inline-block;
}
}
.buy p {
text-align: center;
text-indent: 0;
margin-top: 0.5rem;
a {
display: inline-block;
font-size: 14pt;
padding: 0.5rem;
background-color: #eee;
color: #222;
border: 1px solid transparent;
border-radius: 2px;
box-shadow: 1px 1px 4px #222;
text-decoration: none;
}
}