Files
AGS_IT_Solutions_Website/styles/Footer.module.scss
2022-05-15 19:42:34 +02:00

20 lines
224 B
SCSS

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