Skip to content

Commit af00185

Browse files
committed
Responsive Ok
1 parent 0476e1f commit af00185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ const { title } = Astro.props;
3838
<header>
3939
<nav class="nav">
4040
<a href="/astro-proyect/"><img src="/astro-proyect/images/logo_TB_horiz_negativo-01.png" alt="The_bridge" class="logo"></a>
41-
<form id="search-form">
41+
<!--<form id="search-form">
4242
<input type="text" id="search-input" placeholder="Buscar..." aria-label="Buscar" />
4343
<button type="submit">Buscar</button>
44-
</form>
44+
</form> -->
4545
<div id="search-results"></div>
4646
<ul class="navList">
4747
<li class="navItem"><a href="/astro-proyect/fundamentals/">Fundamentals</a></li>

0 commit comments

Comments
 (0)