Skip to content

Commit 9d5119f

Browse files
committed
Styling updates.
1 parent a29618e commit 9d5119f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/app/account/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function AccountPage() {
8484
}
8585

8686
return (
87-
<div className="bg-ps-primary h-[calc(100vh-4rem)] overflow-y-scroll">
87+
<div className="bg-ps-primary h-[calc(100vh-6rem)] overflow-y-scroll">
8888
<div className="container mx-auto px-2 py-2 md:px-6 md:py-8">
8989
<div className="max-w-6xl mx-auto">
9090
<div className="mb-8">

apps/web/app/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Navigation({ hasDashboardAccess }: { hasDashboardAccess?
1818
return (
1919
<nav className="border-ps" style={{ borderBottomWidth: '1px' }}>
2020
<div className="container mx-auto px-6 py-4">
21-
<div className="flex gap-4 flex-col md:items-center justify-between">
21+
<div className="flex gap-4 flex-col md:items-center">
2222
{/* Logo */}
2323
<Link
2424
href="/"

0 commit comments

Comments
 (0)