Skip to content
Snippets Groups Projects
Commit 9e3a6845 authored by mperezsa's avatar mperezsa
Browse files

Upload New File

parent 0ca3d023
Branches
No related tags found
No related merge requests found
.footer-container {
background: linear-gradient(
90deg,
rgb(228, 225, 225) 0%,
rgb(117, 114, 114) 100%
);
/*background-color: #a9b0b3;*/
padding: 1rem 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: black;
margin-top: 3rem;
}
.footer-links {
width: 100%;
max-width: 1000px;
display: flex;
justify-content: center;
}
.footer-link-wrapper {
display: flex;
}
.footer-link-items {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 16px;
text-align: left;
width: 160px;
box-sizing: border-box;
}
.logo-container {
padding: 4rem 4rem;
display: flex;
justify-content: center;
align-items: center;
}
.logo {
margin-right: 2rem;
margin-left: 2rem;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment