|
|
@@ -9580,6 +9580,14 @@ footer .copyright .logo {
|
|
|
.pagination__page--next {
|
|
|
background: url(../img/pagination/pagination-right.png) no-repeat center; }
|
|
|
|
|
|
+.personals__tile-list {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between; }
|
|
|
+.personals__tile {
|
|
|
+ display: block;
|
|
|
+ width: 33.3%; }
|
|
|
.personals__position {
|
|
|
color: #929292;
|
|
|
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|