| 1234567891011121314151617181920 |
- footer {
- text-align: center;
- @include bg-secondary;
- height: 4em;
- div {
- width: 80%;
- margin-left: auto;
- margin-right: auto;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: space-around;
- align-items: center;
- align-content: center;
- a {
- color: inherit;
- }
- }
- }
|