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/styles/pages/index.css

16 lines
252 B
CSS
Raw Normal View History

2020-03-22 16:21:19 +01:00
.Home__container {
2020-08-03 14:14:45 +02:00
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
2020-03-22 16:21:19 +01:00
}
.Home__logo-spin {
2020-08-03 14:14:45 +02:00
cursor: pointer;
2020-03-22 16:21:19 +01:00
}
.Home__image-width {
2020-08-03 14:14:45 +02:00
width: 13em;
}
div[aria-hidden='false'] {
overflow: hidden !important;
2020-03-22 16:21:19 +01:00
}