Skip to content

Commit

Permalink
Fix the hover size
Browse files Browse the repository at this point in the history
  • Loading branch information
greenido committed Feb 10, 2019
1 parent 36d424f commit 2e2686b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ <h1>🦁 Settlers Of Catan Timer 🕰</h1>
<div class="fa fa-plus-circle"></div>
</div>
</div>
<br><br>
<div id="kids">
<img src="https://farm4.staticflickr.com/3797/13819192673_03feae3f8e_c.jpg" alt="The boys!"></div>
</section>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ img {

.timer>.time:hover {
background-color: rgba(20, 20, 20, 0.7);
height: 2em;
}

h1 {
Expand Down

0 comments on commit 2e2686b

Please sign in to comment.