amend mobile issues
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<section
|
<section
|
||||||
:id="id"
|
:id="id"
|
||||||
class="rounded-3xl mb-8 px-8 md:px-4 pt-12 pb-16 md:p-16 md:pb-24 bg-gradient-certifica"
|
class="rounded-3xl mb-8 md:px-4 pt-12 pb-16 md:p-16 md:pb-24 bg-gradient-certifica"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col gap-8 justify-center items-center container mx-auto">
|
<div class="flex flex-col gap-8 justify-center items-center sm:container sm:mx-auto px-4 sm:px-0">
|
||||||
<div
|
<div
|
||||||
class=" text-center"
|
class="text-center "
|
||||||
:class="{
|
:class="{
|
||||||
'flex flex-col justify-center items-center w-full': titlePosition === 'center',
|
'flex flex-col justify-center items-center w-full': titlePosition === 'center',
|
||||||
'flex flex-col items-start w-full': titlePosition === 'left',
|
'flex flex-col items-start w-full': titlePosition === 'left',
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<header class="mx-4 sm:mx-8">
|
<header class="md:mx-8">
|
||||||
<NavBar />
|
<NavBar />
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="min-h-dvh">
|
<main class="min-h-dvh mx-0">
|
||||||
<slot />
|
<slot />
|
||||||
<!-- <div class="fixed bottom-0 right-0 z-50 p-2">
|
<!-- <div class="fixed bottom-0 right-0 z-50 p-2">
|
||||||
<ButtonCTA @click="changeLang" >
|
<ButtonCTA @click="changeLang" >
|
||||||
|
|||||||
Reference in New Issue
Block a user