Poistetaan hero-osio: mennään suoraan headerista julkaisuihin
- Poistettu hero-section HTML:stä - Poistettu hero-tyylit CSS:stä - Headerin ja controlsin padding tiivistetty - CSS cache-busting v3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
11
index.html
11
index.html
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>tykkää.fi</title>
|
||||
<link rel="stylesheet" href="style.css?v=2" />
|
||||
<link rel="stylesheet" href="style.css?v=3" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
|
||||
</head>
|
||||
@@ -26,15 +26,6 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- HERO -->
|
||||
<section class="hero">
|
||||
<div class="hero-content">
|
||||
<h2 data-i18n="hero_title"></h2>
|
||||
<p data-i18n="hero_desc"></p>
|
||||
<a href="#posts" class="btn" data-i18n="hero_btn"></a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- SEARCH & FILTER -->
|
||||
<section class="controls" id="posts">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user