Fixed centering of arrow
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-10-05 13:58:50 -04:00
parent 0e40097b70
commit c5e9b7f159
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
.arrow {
width: calc(250rem / 16);
height: calc(20rem / 16);
display: flex;
align-items: center;
justify-content: center;
}