fix. 푸터 스타일 수정
This commit is contained in:
@@ -330,9 +330,9 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
</ul>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-col items-start mt-4 md:flex-row md:justify-between"
|
||||
class="flex flex-col items-start mt-4 gap-4 sm:gap-5 md:gap-6 md:flex-row md:justify-between"
|
||||
>
|
||||
<address class="hidden not-italic leading-5 sm:block md:mr-6">
|
||||
<address class="hidden not-italic leading-5 sm:block">
|
||||
<div
|
||||
v-dompurify-html="tm('Footer_Address')"
|
||||
class="text-[13px] [&_a]:cursor-pointer [&_a]:text-white/50 [&_a]:underline"
|
||||
@@ -340,7 +340,6 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
</address>
|
||||
<BlocksLanguageSwitcher
|
||||
:language-order="tm('Footer_Language_Order')"
|
||||
class="mt-4 sm:mt-5 md:mt-0"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -348,7 +347,7 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
<div
|
||||
v-dompurify-html="tm('Footer_caution')"
|
||||
class="text-xs text-white/30"
|
||||
></div>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
Reference in New Issue
Block a user