|
@@ -106,6 +106,7 @@ export default {
|
|
|
margin-bottom: 1vh;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
border-bottom: 1px solid rgb(185, 185, 185);
|
|
|
|
|
|
img {
|
|
@@ -114,6 +115,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.titile {
|
|
|
+ width: 75vw;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
flex-direction: column;
|