Files
AGS_IT_Solutions_Website/styles/Footer.module.scss
2022-09-22 18:08:16 +02:00

22 lines
244 B
SCSS

.Footer {
height: 30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
bottom: 0;
margin-top: 2rem;
a {
padding: 0 1em;
transition: all 0.2s;
&:hover {
opacity: 0.8;
}
}
}