users.scss 366 B

123456789101112131415161718192021
  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. img.profile-picture {
  9. float: right;
  10. }
  11. ul {
  12. padding-left: 0;
  13. li {
  14. list-style: none;
  15. font-size: 1.1em;
  16. }
  17. }
  18. }