frontend: Landing page
This commit is contained in:
18
website/public/css/pages/index.css
Normal file
18
website/public/css/pages/index.css
Normal file
@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user