Files
nevedom/src/components/WarningSection.vue

9 lines
566 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<section class="container mx-auto px-6 py-16">
<div class="w-fit mx-auto rounded-2xl text-white bg-orange-500">
<p class="max-w-[calc(65ch*1.65)] font-bold text-balance text-center p-4">
НАСТОЯЩИЙ МАТЕРИАЛ (ИНФОРМАЦИЯ) ПРОИЗВЕДЕН, РАСПРОСТРАНЕН И (ИЛИ) НАПРАВЛЕН БУЛОЧКОЙ С КОРИЦЕЙ НЕВЕДОМАЯ ХРЕНЬ ЛИБО КАСАЕТСЯ ДЕЯТЕЛЬНОСТИ БУЛОЧКИ С КОРИЦЕЙ НЕВЕДОМАЯ ХРЕНЬ
</p>
</div>
</section>
</template>