justify content on images
This commit is contained in:
parent
a4ad8c67da
commit
c988f25e1e
|
@ -235,6 +235,11 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-right: 8px;
|
||||
|
|
Loading…
Reference in New Issue