about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main')
-rw-r--r--app/assets/stylesheets/main/games.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/games.scss b/app/assets/stylesheets/main/games.scss index 901d30d..331c0c8 100644 --- a/app/assets/stylesheets/main/games.scss +++ b/app/assets/stylesheets/main/games.scss
@@ -56,7 +56,10 @@
56 56
57.game-title { 57.game-title {
58 display: block; 58 display: block;
59 margin-bottom: 0.25em; 59
60 & + span {
61 margin-top: 0.25em;
62 }
60} 63}
61 64
62.game-started, .game-finished { 65.game-started, .game-finished {