Browse Source

Merge branch 'master' of http://git.daboryhost.com:10880/dbrerp-themes/kbgolf

hokky 3 months ago
parent
commit
46a8df21e8
2 changed files with 2 additions and 3 deletions
  1. 1 2
      pro/resources/css/style.css
  2. 1 1
      pro/resources/views/etc/paq.blade.php

+ 1 - 2
pro/resources/css/style.css

@@ -4281,12 +4281,11 @@ label.check_box:last-of-type {margin-right:0;}
 
 .faq-que span {position:absolute; top:22px; left:25px; display:inline-block; margin-right:10px; width:30px; height:30px; line-height:30px; text-align:center; border-radius:50%; background:var(--primary); color:var(--white);}
 
-.faq-ans p {position:relative;
+.faq-ans > div {position:relative;
   line-height: 26px;
   padding: 20px 25px; padding-left:70px;
   border-top: 1px solid var(--border);
 }
-
 .faq-ans span {position:absolute; top:22px; left:25px; display:inline-block; margin-right:10px; width:30px; height:30px; line-height:30px; text-align:center; border-radius:50%; background:#b8d4cd; color:var(--white);}
 
 /*지워도 됨

+ 1 - 1
pro/resources/views/etc/paq.blade.php

@@ -43,7 +43,7 @@
 								<button><span>Q</span>{{ $qna['C6'] }}</button>
 							</div>
 							<div class="faq-ans">
-								<p><span>A</span>{!! $qna['C11'] !!}</p>
+								<div><span>A</span>{!! $qna['C11'] !!}</div>
 							</div>
 						</div>
 					@empty