This commit is contained in:
2026-08-05 17:50:03 +03:00
parent b0d121a2ef
commit 95734efb44
2 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -13,10 +13,10 @@
</head> </head>
<body class="bg-neutral-50 dark:bg-slate-900 text-gray-800 dark:text-slate-200"> <body class="bg-neutral-50 dark:bg-slate-900 text-gray-800 dark:text-slate-200">
<div class="max-w-4xl mx-auto px-6 py-10"> <div class="max-w-4xl mx-auto px-6 py-4">
<div class="flex items-center justify-between mb-6"> <div class="flex items-center justify-between mb-6">
<h1 class="text-2xl font-bold text-heading">OTAMan</h1> <h1 class="text-2xl font-bold text-heading">OTAMan <span class="text-sm font-normal text-gray-500 dark:text-slate-400 ml-2">OTA с человеческим лицом</span></h1>
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">
<button id="install-btn" class="px-2 py-1 text-xs rounded border border-gray-300 dark:border-slate-600 hover:bg-gray-200 dark:hover:bg-slate-700" style="display:none">INSTALL PWA [for offline use]</button> <button id="install-btn" class="px-2 py-1 text-xs rounded border border-gray-300 dark:border-slate-600 hover:bg-gray-200 dark:hover:bg-slate-700" style="display:none">INSTALL PWA [for offline use]</button>
<a href="https://github.com/anttro/otaman" target="_blank" class="text-xs text-gray-400 hover:text-gray-600 dark:text-slate-500 dark:hover:text-slate-300">github</a> <a href="https://github.com/anttro/otaman" target="_blank" class="text-xs text-gray-400 hover:text-gray-600 dark:text-slate-500 dark:hover:text-slate-300">github</a>
+13 -5
View File
@@ -583,6 +583,10 @@ video {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
.ml-2 {
margin-left: 0.5rem;
}
.ml-8 { .ml-8 {
margin-left: 2rem; margin-left: 2rem;
} }
@@ -832,11 +836,6 @@ video {
padding-bottom: 0.375rem; padding-bottom: 0.375rem;
} }
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-2 { .py-2 {
padding-top: 0.5rem; padding-top: 0.5rem;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
@@ -847,6 +846,11 @@ video {
padding-bottom: 0.625rem; padding-bottom: 0.625rem;
} }
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.pt-1 { .pt-1 {
padding-top: 0.25rem; padding-top: 0.25rem;
} }
@@ -886,6 +890,10 @@ video {
font-weight: 500; font-weight: 500;
} }
.font-normal {
font-weight: 400;
}
.leading-relaxed { .leading-relaxed {
line-height: 1.625; line-height: 1.625;
} }