fix style

This commit is contained in:
SrGooglo 2023-01-23 23:12:10 +00:00
parent eb63c935ae
commit 6b2339a96e

View File

@ -33,6 +33,9 @@
justify-content: center;
height: 10vh;
width: 10vh;
align-self: center;
img {
width: 100%;
@ -71,6 +74,11 @@
}
.indicators {
display: inline-flex;
flex-direction: row;
align-items: center;
width: fit-content;
svg {