2015-11-11 04:09:46 -08:00

29 lines
582 B
Sass

// Place all the styles related to the Games controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
#content
h1
flex: 1 1 auto
.games-container
flex: 1 1 auto
display: flex
flex-direction: column
//align-items: flex-start
.game
flex: 1 1 auto
font-size: 4vmin
line-height: 4vmin
margin: 0 0 2vmin 0
background: green
padding: 2vmin
.button
flex: 1 1 auto
text-align: center
font-size: 4vmin
padding: 2vmin 4vmin
background: black
margin-bottom: 2vmin