.bs-component {
    position: relative;
    margin-top: 1rem;
}

footer ul {
    display: inline;
}

footer ul.nav {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   list-style: none;
   padding-right: 0.7rem;
   white-space: nowrap;
}

footer ul.nav a {
    font-size: 13px;
    padding: 0px;
    margin-bottom: 8px;
}