mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
[arcade] Fix text centering
This commit is contained in:
parent
9a3b91474b
commit
5a9b627b99
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue