Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/webpage/src/pages/index.module.css
1007 views
1
/**
2
* CSS files with the .module.css suffix will be treated as CSS modules
3
* and scoped locally.
4
*/
5
6
.heroBanner {
7
padding: 4rem 0;
8
text-align: center;
9
position: relative;
10
overflow: hidden;
11
}
12
13
@media screen and (max-width: 996px) {
14
.heroBanner {
15
padding: 2rem;
16
}
17
}
18
19
.buttons {
20
display: flex;
21
align-items: center;
22
justify-content: center;
23
}
24
25
.indexCtasGitHubButtonWrapper {
26
display: flex;
27
margin-left: 30px;
28
}
29
30
.indexCtasGitHubButton {
31
overflow: hidden;
32
}
33
34
.description {
35
margin-top: 1rem;
36
margin-bottom: 1rem;
37
}
38