|
@@ -386,7 +386,7 @@ export default {
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
background: white;
|
|
|
- padding: .4rem .6rem 0rem;
|
|
|
+ padding: .3rem .6rem 0rem;
|
|
|
margin-top: .3rem;
|
|
|
border-radius: .05rem;
|
|
|
|
|
@@ -394,7 +394,7 @@ export default {
|
|
|
width: 35%;
|
|
|
text-align: center;
|
|
|
display: block;
|
|
|
- margin-bottom: .5rem;
|
|
|
+ margin-bottom: .3rem;
|
|
|
color: #333;
|
|
|
|
|
|
a {
|
|
@@ -404,18 +404,24 @@ export default {
|
|
|
flex-direction: column;
|
|
|
|
|
|
div {
|
|
|
- background-color: #169bd5;
|
|
|
- width: 2rem;
|
|
|
- height: 2rem;
|
|
|
+ background-color: #00c4b8;
|
|
|
+ width: 1.8rem;
|
|
|
+ height: 1.8rem;
|
|
|
border-radius: 50%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
img {
|
|
|
- width: 1.15rem;
|
|
|
- height: 1.15rem;
|
|
|
+ width: 1rem;
|
|
|
+ height: 1rem;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ p {
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
}
|
|
|
|