styles.css 263 B

123456789101112131415161718
  1. .list-group-item .label {
  2. float: right; }
  3. body {
  4. display: flex;
  5. min-height: 100vh;
  6. flex-direction: column; }
  7. #content {
  8. flex: 1; }
  9. #footer a {
  10. margin-left: 2em; }
  11. #footer a:first-child {
  12. margin-left: 0; }
  13. /*# sourceMappingURL=styles.css.map */