Browse Source

Remove "powerups" banner; add some padding

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
4cc6cac376
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      gorge.css
  2. +0
    -1
      gorge.html

+ 1
- 1
gorge.css View File

@@ -690,7 +690,7 @@ div::-webkit-scrollbar-corner {
}

#powerup-list {
margin: 80px;
}

.powerup-entry {


+ 0
- 1
gorge.html View File

@@ -42,7 +42,6 @@
<div id="resource-list"></div>
<div id="productivity"></div>
<button id="tasty-micro"></button>
<div id="powerups" class="title">Powerups</div>
<div id="powerup-list"></div>
<div id="powerup-tooltip">
<div id="powerup-tooltip-name"></div>


Loading…
Cancel
Save