Skip to content

Commit 78c1c5e

Browse files
committed
Fixed Searchbar CSS
1 parent f909270 commit 78c1c5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

static/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<meta name="keywords" content="Computer Science, Technology, Photography, Nature, Tech Support, Tech Help, Local Tech Support">
1111
<!-- Site Stylesheets-->
12-
<link rel="stylesheet" href="/css/m.css">
13-
<link rel="stylesheet" href="/css/home.css">
12+
<link rel="stylesheet" href="/css/m.css?v=1">
13+
<link rel="stylesheet" href="/css/home.css?v=1">
1414
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
1515
<!-- Main Site Scripts-->
1616
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
@@ -31,7 +31,8 @@
3131
<div class="main">
3232
<h2 class="title">Interstellar</h2>
3333
<form method="POST">
34-
<input class="search" placeholder="Search with Google or enter address"/>
34+
<input class="search" placeholder="Search with Google or enter address
35+
"/>
3536
</form>
3637
</div>
3738
</div>

0 commit comments

Comments
 (0)