Smaller margin for endGame message
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 6 Apr 2020 13:57:25 +0000 (15:57 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 6 Apr 2020 13:57:25 +0000 (15:57 +0200)
client/src/components/BaseGame.vue
client/src/views/Game.vue

index cf4d762..fdbd2c3 100644 (file)
@@ -660,6 +660,7 @@ export default {
 <style lang="sass" scoped>
 [type="checkbox"]#modalEog+div .card
   min-height: 45px
+  max-width: 350px
 
 #baseGame
   width: 100%
index ae90255..7dae055 100644 (file)
@@ -1610,7 +1610,7 @@ export default {
 
 <style lang="sass" scoped>
 #scoreDiv > .card, #rematchDiv > .card
-  padding: 15px 0
+  padding: 10px 0
   max-width: 430px
 
 #rulesDiv > .card
@@ -1625,6 +1625,7 @@ export default {
     max-width: 100%
 
 p.score-section
+  margin: 0
   font-size: 1.3em
   span.score
     font-weight: bold