Something went wrong on our end
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Footer.scss 203 B
.footer {
display: flex;
height: 5vh;
width: 100%;
background-color: var(--main);
justify-content: flex-end;
align-items: center;
}
.footer-content {
color: white;
padding-right: 1.5rem;
}