Skip to content

Commit

Permalink
feat: adjust responsive style in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Sep 25, 2024
1 parent 9d594be commit 3b45192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Profile() {
return (
<>
<Head title="Profile | Mellow"></Head>
<div className="mx-auto space-y-8 px-4 md:w-4/12">
<div className="mx-auto space-y-8 px-4 md:w-8/12 xl:w-4/12">
<section className="rounded-lg bg-gradient-to-b from-brand-50/10 to-white p-6 shadow-md transition-all duration-300 hover:shadow-lg">
<header className="mb-6">
<h1 className="text-2xl">Profile Information</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<svelte:head>
<title>Profile | Mellow</title>
</svelte:head>
<div class="mx-auto space-y-8 px-4 md:w-4/12">
<div class="mx-auto space-y-8 px-4 md:w-8/12 xl:w-4/12">
<section
class="rounded-lg bg-gradient-to-b from-brand-50/10 to-white p-6 shadow-md transition-all duration-300 hover:shadow-lg"
>
Expand Down
2 changes: 1 addition & 1 deletion templates/mellow-vue/assets/js/pages/dashboard/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function deleteAccount() {
<template>
<Head title="Profile | Mellow"></Head>

<div class="mx-auto space-y-8 px-4 md:w-4/12">
<div class="mx-auto space-y-8 px-4 md:w-8/12 xl:w-4/12">
<section
class="rounded-lg bg-gradient-to-b from-brand-50/10 to-white p-6 shadow-md transition-all duration-300 hover:shadow-lg"
>
Expand Down

0 comments on commit 3b45192

Please sign in to comment.