styles.scss 242 B

1234567891011121314151617181920212223
  1. $orange: #ff6633;
  2. .list-group-item .label {
  3. float: right;
  4. }
  5. body {
  6. display: flex;
  7. min-height: 100vh;
  8. flex-direction: column;
  9. }
  10. #content {
  11. flex: 1;;
  12. }
  13. #footer a {
  14. margin-left: 2em;
  15. }
  16. #footer a:first-child {
  17. margin-left: 0;
  18. }