|
|
@@ -10120,21 +10120,24 @@ footer .copyright .logo {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
- align-content: space-between; }
|
|
|
+ justify-content: space-between; }
|
|
|
.flat-links__item {
|
|
|
+ padding: 5px;
|
|
|
height: 90px;
|
|
|
width: 47%;
|
|
|
margin-bottom: 10px;
|
|
|
- padding: 0;
|
|
|
background: #d7d7d7;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- align-content: space-between;
|
|
|
+ justify-content: space-between;
|
|
|
vertical-align: middle; }
|
|
|
.flat-links__item:hover {
|
|
|
text-decoration: none;
|
|
|
background: #004d7b; }
|
|
|
+ .flat-links__item-icon {
|
|
|
+ display: block; }
|
|
|
.flat-links__item-description {
|
|
|
+ display: flex;
|
|
|
color: #fff;
|
|
|
font-weight: 700;
|
|
|
font-size: 15px; }
|