users.scss 223 B

123456789
  1. // Place all the styles related to the Users controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .user-info {
  5. h1 {
  6. font-size: 2em;
  7. }
  8. }