FunctionProject/website/public/css/pages/index.css
2020-03-22 16:21:19 +01:00

18 lines
314 B
CSS

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