Skip to content

Commit

Permalink
Add padding to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Jul 21, 2024
1 parent 9999b11 commit e5b30cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingame/browser/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var categories = map[string]string{
const header = `<html>
<title>reboxed</title>
<style>
body {margin: 0px; font-family: Helvetica; background-color: #36393D; color: #EEE;}
body {margin: 0px; font-family: Helvetica; background-color: #36393D; color: #EEE; padding-bottom: 50px;}
a {color: #FFF; text-decoration: none;}
a:hover {color: #0AF;}
.nav {padding: 8px; background-color: #4096EE; height: 20px; border-bottom: 1px solid #90C6FE; box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.1);}
Expand Down

0 comments on commit e5b30cd

Please sign in to comment.