123456789101112131415161718 |
- .list-group-item .label {
- float: right; }
- body {
- display: flex;
- min-height: 100vh;
- flex-direction: column; }
- #content {
- flex: 1; }
- #footer a {
- margin-left: 2em; }
- #footer a:first-child {
- margin-left: 0; }
- /*# sourceMappingURL=styles.css.map */
|