This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/website/public/css/pages/index.css

15 lines
265 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;
}