FunctionProject/website/public/css/pages/index.css
2020-08-03 14:14:45 +02:00

16 lines
252 B
CSS

.Home__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Home__logo-spin {
cursor: pointer;
}
.Home__image-width {
width: 13em;
}
div[aria-hidden='false'] {
overflow: hidden !important;
}