Skip to content

Commit

Permalink
css tweaks. make grouping tighter, more subtle "shadow" and borounded…
Browse files Browse the repository at this point in the history
… corners.
  • Loading branch information
stnbu committed Sep 9, 2018
1 parent 09996b9 commit 0c6aaf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gitbored/static/gitbored/style.css
Expand Up @@ -13,10 +13,10 @@ a.commit-link {
} }


.shadow-box { .shadow-box {
border-radius: 10px; border-radius: 2px;
width: 75%; width: 75%;
padding: 15px; padding: 5px;
box-shadow: 8px 8px 30px grey; box-shadow: 1px 1px 30px grey;
background-color: ghostwhite; background-color: ghostwhite;
} }


Expand All @@ -26,10 +26,10 @@ a.commit-link {


.commit-list { .commit-list {
list-style: none; list-style: none;
padding-bottom: 80px; padding-bottom: 10px;
} }


.commit-hash { .commit-hash {
padding-top: 35px; padding-top: 30px;
padding-bottom: 15px; padding-bottom: 10px;
} }

0 comments on commit 0c6aaf9

Please sign in to comment.