Centered Arrow (#664)

This commit is contained in:
Lukas Nagel 2022-10-11 11:33:18 +02:00 committed by GitHub
parent 3ef375f488
commit 1ca18416d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -18,6 +18,11 @@
background-size: cover;
}
.arrow-center {
display: flex;
justify-content: center;
}
/*
Resolves https://github.com/hugo-toha/toha/issues/70