|
|
@@ -10115,7 +10115,12 @@ footer .copyright .logo {
|
|
|
.whiteblack:hover a {
|
|
|
text-decoration: underline; }
|
|
|
|
|
|
-.flat-links__con
|
|
|
+.flat-links__container {
|
|
|
+ padding-left: 15px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-content: space-between; }
|
|
|
.flat-links__item {
|
|
|
height: 90px;
|
|
|
margin-bottom: 10px;
|
|
|
@@ -10125,11 +10130,9 @@ footer .copyright .logo {
|
|
|
flex-direction: row;
|
|
|
align-content: space-between;
|
|
|
vertical-align: middle; }
|
|
|
- .flat-links__con
|
|
|
.flat-links__item:hover {
|
|
|
text-decoration: none;
|
|
|
background: #004d7b; }
|
|
|
- .flat-links__con
|
|
|
.flat-links__item-description {
|
|
|
color: #fff;
|
|
|
font-weight: 700;
|