get rid of gumroad

This commit is contained in:
Madison Scott-Clary
2023-04-22 11:42:47 -07:00
parent fb8deacdef
commit 81309c3d61
4 changed files with 23 additions and 31 deletions

View File

@ -9,3 +9,19 @@
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;
}
}