Aleksandr Sashka commited on
Commit
9a4abc2
·
verified ·
1 Parent(s): 56dbd56

высоту шапки уменьши до 80 пикселей

Browse files
Files changed (1) hide show
  1. index.html +3 -5
index.html CHANGED
@@ -257,8 +257,8 @@ max-width: 1000px;
257
  <!-- Modern Header -->
258
  <header id="main-header" class="fixed top-0 left-0 right-0 z-50 bg-black/80 backdrop-blur-lg border-b border-yellow-500/30 shadow-lg">
259
  <div class="site-wrapper w-full max-w-[1000px] mx-auto px-4">
260
- <div class="flex items-center justify-between h-20">
261
- <!-- Logo -->
262
  <a href="/" class="flex items-center space-x-3 group">
263
  <img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777" class="h-10 w-auto transition-transform duration-300 group-hover:scale-110">
264
  <span class="bebas text-2xl md:text-3xl gold-text tracking-wide">AZINO 777</span>
@@ -299,10 +299,8 @@ max-width: 1000px;
299
  </div>
300
  </div>
301
  </header>
302
-
303
  <!-- Hero offset -->
304
- <div class="h-20"></div>
305
-
306
  <div class="site-wrapper w-full max-w-[1200px] mx-auto px-4">
307
  <!-- Hero Section -->
308
  <section class="pt-12 pb-16 relative overflow-hidden">
 
257
  <!-- Modern Header -->
258
  <header id="main-header" class="fixed top-0 left-0 right-0 z-50 bg-black/80 backdrop-blur-lg border-b border-yellow-500/30 shadow-lg">
259
  <div class="site-wrapper w-full max-w-[1000px] mx-auto px-4">
260
+ <div class="flex items-center justify-between h-20 md:h-20" style="height:80px">
261
+ <!-- Logo -->
262
  <a href="/" class="flex items-center space-x-3 group">
263
  <img src="http://testsite.casino-ya.ru/azino/images/3.png" alt="Azino 777" class="h-10 w-auto transition-transform duration-300 group-hover:scale-110">
264
  <span class="bebas text-2xl md:text-3xl gold-text tracking-wide">AZINO 777</span>
 
299
  </div>
300
  </div>
301
  </header>
 
302
  <!-- Hero offset -->
303
+ <div class="h-20 md:h-20" style="height:80px"></div>
 
304
  <div class="site-wrapper w-full max-w-[1200px] mx-auto px-4">
305
  <!-- Hero Section -->
306
  <section class="pt-12 pb-16 relative overflow-hidden">