[arcade] Fix text centering

This commit is contained in:
Max Wofford 2024-06-01 02:15:19 -04:00
parent 9a3b91474b
commit 5a9b627b99

View file

@ -66,6 +66,9 @@ button:hover {
display: inline-block;
border-radius: 10px;
text-align: center;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.heading-card span {