Updates to authentication page for mobile screen sizes

This commit is contained in:
advplyr 2024-03-30 14:25:38 -05:00
parent a5d7a81519
commit fc595bd799
2 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="bg-bg rounded-md shadow-lg border border-white border-opacity-5 p-4 mb-8">
<div class="bg-bg rounded-md shadow-lg border border-white border-opacity-5 p-2 sm:p-4 mb-8">
<div class="flex items-center mb-2">
<slot name="header-prefix"></slot>
<h1 class="text-xl">{{ headerText }}</h1>