Skip to content

Commit

Permalink
Removed margins for seamlessness
Browse files Browse the repository at this point in the history
  • Loading branch information
shettysach committed Feb 6, 2024
1 parent a11b0e2 commit fd0e9cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<head>
<title>Termfolio</title>
<link data-trunk rel="icon" href="./styles/favicon.ico" type="image/ico" />
<!-- <link data-trunk rel="shortcut icon" href="./styles/favicon.ico" type="image/x-icon"/> -->

<meta http-equiv="Permissions-Policy" content="interest-cohort=(), user-id=()" />
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub fn autocomplete(inp: &str) -> &str {
let inp = inp.trim();

let comms = [
"help", "about", "github", "repos", "links", "theme", "credits", "neofetch",
"help", "history", "about", "github", "repos", "links", "theme", "credits", "neofetch",
];

if !inp.is_empty() {
Expand Down
4 changes: 0 additions & 4 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
/* text-shadow: 0px 5px 10px currentColor; */
}

body {
margin: 25px;
}

input {
font-size: 100%;
outline: none;
Expand Down

0 comments on commit fd0e9cb

Please sign in to comment.