Fix for mobile version

This commit is contained in:
Dominic Villemure
2024-09-07 10:53:22 -04:00
parent 9f5fba1a6a
commit 34180ec383
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<div class="max-w-[700px] min-w-[300px] mt-14"> <div class="max-w-[700px] min-w-[300px] mt-14">
<img class="rounded-none sm:rounded-2xl sm:w-full mr-8" src="/images/hutopymedia/loginpage/loginhutopy.png" alt="hutopy login"> <img class="rounded-none sm:rounded-2xl sm:w-full mr-8" src="/images/hutopymedia/loginpage/loginhutopy.png" alt="hutopy login">
</div> </div>
<div class="flex flex-col items-center min-w-[700px] m-12"> <div class="flex flex-col items-center min-w-[300px] sm:min-w-[400px] md:min-w-[500px] lg:min-w-[700px] m-12">
<register-form></register-form> <register-form></register-form>
</div> </div>
</div> </div>

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div class="flex flex-col items-center min-w-[700px] m-4"> <div class="flex flex-col items-center min-w-[300px] sm:min-w-[400px] md:min-w-[500px] lg:min-w-[700px] m-4">
<h1 class="text-center text-2xl font-bold mb-5">Inscription</h1> <h1 class="text-center text-2xl font-bold mb-5">Inscription</h1>
<div class="w-full h-0.5 mt-4 mb-4" :style="{ backgroundColor: '#A30E79' }"></div> <div class="w-full h-0.5 mt-4 mb-4" :style="{ backgroundColor: '#A30E79' }"></div>
<div class="w-full"> <div class="w-full">