justify left clients thumbnails

This commit is contained in:
antil0pa 2020-01-01 21:35:58 +01:00
parent 19e0cca22f
commit 024744b493
1 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ ul#nav li a:hover .ul#nav li ul {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: center;
justify-content: left;
-webkit-align-items: flex-start;
align-items: flex-start;
}
@ -706,7 +706,7 @@ ul#nav li a:hover .ul#nav li ul {
.NCclients h5 {
color: #50162D;
text-align: center;
text-align: left;
}
.NCclients .client-item {