forked from External/greenlight
14 lines
294 B
SCSS
14 lines
294 B
SCSS
// Place all the styles related to the landing controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
// Bootstrap
|
|
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
|
|
.room {
|
|
.room-link {
|
|
margin: 0 auto;
|
|
}
|
|
}
|