This commit is contained in:
Madison Scott-Clary
2022-09-30 17:36:48 -07:00
parent ce655b79e3
commit 788bb1ca29
3 changed files with 21 additions and 2 deletions

View File

@ -19,3 +19,17 @@ p strong {
text-align: center;
text-indent: 0;
}
.buy {
text-align: center;
text-indent: 0;
margin-top: 0.5rem;
}
.buy a {
font-size: 14pt;
padding: 0.5rem;
background-color: #eee;
border: 1px solid transparent;
border-radius: 2px;
box-shadow: 1px 1px 4px #222;
text-decoration: none;
}