Skip to content

Commit 2f929bf

Browse files
fix: reduce width and padding on header
1 parent 70fbcd0 commit 2f929bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/build/assets/app-11c7a45e.css renamed to public/build/assets/app-9fb6e60c.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
"src": "node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js"
471471
},
472472
"resources/css/app.css": {
473-
"file": "assets/app-11c7a45e.css",
473+
"file": "assets/app-9fb6e60c.css",
474474
"isEntry": true,
475475
"src": "resources/css/app.css"
476476
},

resources/views/components/layouts/main.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</head>
3333

3434
<body class="antialiased min-h-screen flex flex-col">
35-
<header class="max-w-7xl mx-auto px-6 md:px-8 py-8 flex items-center justify-between w-full">
35+
<header class="mx-auto px-6 md:px-8 py-4 flex items-center justify-between w-full">
3636
<a href="{{ route('index') }}" class="flex items-center gap-x-4">
3737
<img src="{{ asset('favicon.svg') }}" class="border border-neutral-300 rounded-lg w-12 h-12 hover:border-neutral-500 transition-colors duration-300 ease-in-out">
3838

0 commit comments

Comments
 (0)