Skip to content

Commit

Permalink
fix css for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmonteiro committed Aug 23, 2024
1 parent 4bdca0b commit 181d170
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
const sysInfo = await getBrowserInfo();
response = `${prompt} ${cmd}\n${sysInfo}`;
} else if (cmd === 'date' || cmd === 'time') {
// Get the current time
const formattedDate = getSystemDate();
response = `${prompt} ${cmd}\n${formattedDate}`;
} else {
Expand Down
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ input {

body {
padding: 20px;
height: auto;
justify-content: flex-start;
align-items: flex-start;
}
Expand Down

0 comments on commit 181d170

Please sign in to comment.