12 lines
151 B
SCSS
12 lines
151 B
SCSS
.footer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.links {
|
|
li:not(:last-child) {
|
|
padding-bottom: 4px;
|
|
}
|
|
}
|