set min-height to about section

This commit is contained in:
HAM!DREZA
2025-01-01 12:26:17 +03:30
parent 3269b7b002
commit a177f6e498
+1 -1
View File
@@ -12,7 +12,7 @@
</h2> </h2>
<div <div
v-html="info?.data?.value?.about" v-html="info?.data?.value?.about"
class="about text-[#383E43] max-w-[766px] text-[3.59vw] md:text-[16px] mt-[4vw] md:mt-[1.354vw] mb-[6vw] md:mb-0 leading-[7.179vw] font-light md:leading-[1.865vw]" class="about text-[#383E43] min-h-[500px] max-w-[766px] text-[3.59vw] md:text-[16px] mt-[4vw] md:mt-[1.354vw] mb-[6vw] md:mb-0 leading-[7.179vw] font-light md:leading-[1.865vw]"
> >
</div> </div>
</div> </div>