justify content on images

This commit is contained in:
frosso 2021-06-15 08:56:00 -05:00
parent a4ad8c67da
commit c988f25e1e
1 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,11 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: row; flex-direction: row;
justify-content: center;
@media screen and (max-width: 500px) {
justify-content: left;
}
li { li {
margin-right: 8px; margin-right: 8px;