@@ -9584,11 +9584,12 @@ footer .copyright .logo {
display: flex;
flex-direction: row;
flex-wrap: wrap;
- justify-content: space-between; }
+ margin-left: -10px; }
.personals__tile {
display: block;
width: 33%;
- height: 100%; }
+ height: 100%;
+ padding-left: 10px; }
.personals__position {
color: #929292;
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
@@ -4,13 +4,14 @@
- justify-content: space-between;
+ margin-left: -10px;
}
&__tile {
height: 100%;
+ padding-left: 10px;
&__position {