Skip to content

Commit

Permalink
Add more padding to page nav and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Jul 21, 2024
1 parent 0063b20 commit a361337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ingame/browser/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ const header = `<html>
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);}
.nav a {margin: 20px; font-size: 20px; font-weight: bolder;}
.logo h1 {margin: 0px; font-size: 20px; font-style: italic; float: right; color: #FFF;}
.pagenav {float: right;}
.pagenav a {margin: 8px; font-weight: bolder;}
.logo h1 {padding-right: 20px; margin: 0px; font-size: 20px; font-style: italic; float: right; color: #FFF;}
.content {padding: 16px 8px;}
.pagenav {padding: 16px 8px; float: right;}
.pagenav a {margin: 8px; font-weight: bolder;}
.item {margin-left: 2px; margin-right: 2px; display: inline-block; font-size: 11px; font-weight: bolder; width: 128px; height: 125px; text-align: center; text-shadow: 1px 1px 1px #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; letter-spacing: -0.1px;}
.item img {width: 128px; height: 100px;}
.thumb {background-position: center;}
Expand Down

0 comments on commit a361337

Please sign in to comment.