Skip to content

Commit

Permalink
added build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kriyanshii committed Jan 16, 2024
1 parent 823f054 commit a7d4606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"source": "index.html",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down
8 changes: 6 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ li {
}

.search-input{
width: 200px;
height: 20px;
width: 500px;
height: 30px;
border-bottom: 2px solid;
border-top: none;
border-left: none;
border-right: none;
}

.search-input:active{
border-bottom: 2px solid gray;
}

.chip{
height: 15px;
width: fit-content;
Expand Down

0 comments on commit a7d4606

Please sign in to comment.