Update gaya.css

This commit is contained in:
deri sahertian 2024-01-01 21:41:44 +07:00
parent ad466e2405
commit bca5c85fa1

View File

@ -2018,14 +2018,14 @@ strong {
.ifacebox { .ifacebox {
line-height: 1.25; line-height: 1.25;
display: inline-flex; display: inline-flex;
flex-direction: row; flex-direction: column;
min-width: 150px; min-width: 100px;
background-color: #54545450; background-color: #54545450;
border-radius: 20px; border-radius: 20px;
flex-wrap: nowrap; flex-wrap: nowrap;
align-content: stretch; align-content: center;
justify-content: space-evenly; justify-content: flex-start;
align-items: flex-start; align-items: center;
} }
div.ifacebox-head { div.ifacebox-head {