1234567891011121314151617181920212223 |
- $orange: #ff6633;
- .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;
- }
|