Change to just full name

This commit is contained in:
Roman Krček
2025-09-07 22:03:21 +02:00
parent 2b3371e67f
commit 9de5646519
9 changed files with 73 additions and 97 deletions

4
.github/styling.md vendored
View File

@@ -89,7 +89,7 @@ This document outlines the design system and styling conventions used in the app
### Container Pattern
```html
<div class="container mx-auto max-w-2xl bg-white p-4">
<div class="container mx-auto max-w-5xl bg-white p-4">
<!-- Content -->
</div>
```
@@ -225,7 +225,7 @@ This document outlines the design system and styling conventions used in the app
### Top Navigation
```html
<nav class="border-b border-gray-300 bg-gray-50 p-4 text-gray-900">
<div class="container mx-auto max-w-2xl">
<div class="container mx-auto max-w-5xl">
<div class="flex items-center justify-between">
<a href="/" class="text-lg font-bold">App Name</a>
<ul class="flex space-x-4">