mycoms
04-16
240416 김하영
@ecc4ed7e47afc3f028b8403bd98c31566357ac46
--- resources/css/responsive.css
+++ resources/css/responsive.css
... | ... | @@ -616,7 +616,6 @@ |
616 | 616 |
width: 100%; |
617 | 617 |
object-fit: contain !important; |
618 | 618 |
height: 200px !important; |
619 |
- margin-bottom: 0px !important; |
|
620 | 619 |
} |
621 | 620 |
|
622 | 621 |
|
... | ... | @@ -692,7 +691,6 @@ |
692 | 691 |
.ai-area img { |
693 | 692 |
width: 100%; |
694 | 693 |
object-fit: contain !important; |
695 |
- margin-bottom: 2rem; |
|
696 | 694 |
} |
697 | 695 |
|
698 | 696 |
|
... | ... | @@ -796,6 +794,7 @@ |
796 | 794 |
padding: 0px; |
797 | 795 |
text-align: center; |
798 | 796 |
font-weight: 400; |
797 |
+ word-break: keep-all; |
|
799 | 798 |
} |
800 | 799 |
#map .text-area{ |
801 | 800 |
padding: 1rem 2rem 6rem 2rem; } |
... | ... | @@ -867,6 +866,9 @@ |
867 | 866 |
|
868 | 867 |
.taken-area p { |
869 | 868 |
font-size: 2.4rem; |
869 |
+ } |
|
870 |
+ .text-after p::after{ |
|
871 |
+ top: 0; |
|
870 | 872 |
} |
871 | 873 |
|
872 | 874 |
.traffic-button { |
... | ... | @@ -976,6 +978,7 @@ |
976 | 978 |
|
977 | 979 |
.solution-deco p { |
978 | 980 |
margin-left: 0.4rem; |
981 |
+ word-break: keep-all; |
|
979 | 982 |
} |
980 | 983 |
|
981 | 984 |
.traffic-img-box { |
... | ... | @@ -994,7 +997,7 @@ |
994 | 997 |
} |
995 | 998 |
|
996 | 999 |
.solution-deco p::after { |
997 |
- left: -2%; |
|
1000 |
+ left: 0%; |
|
998 | 1001 |
} |
999 | 1002 |
|
1000 | 1003 |
.box-wrap div div { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?