mirror of
https://github.com/status-im/subspace-docs.git
synced 2025-02-08 10:53:43 +00:00
71 lines
1.1 KiB
Stylus
71 lines
1.1 KiB
Stylus
@import "/subspace-docs/inter/inter.css";
|
|
|
|
body {
|
|
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
}
|
|
|
|
.theme-default-content:not(.custom) > h2 {
|
|
margin-top: -1em
|
|
}
|
|
|
|
.code-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.code-container + .code-container {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.code-text {
|
|
display: block;
|
|
flex-basis: 30%;
|
|
padding: 13px 4%;
|
|
padding-left: 0px !important;
|
|
text-align: justify;
|
|
color: black;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.code-content {
|
|
display: block;
|
|
width: 66%;
|
|
font-size: 16.5px;
|
|
}
|
|
|
|
@media screen and (max-width: 1000px) {
|
|
.code-text {
|
|
flex-basis: 100%;
|
|
margin-right: 20px;
|
|
padding-left: 0px !important;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.code-content {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.home {
|
|
max-width: 1220px !important;
|
|
}
|
|
|
|
#intro {
|
|
font-size: 17px;
|
|
|
|
h3 {
|
|
font-size: 25px;
|
|
line-height: 32.5px;
|
|
}
|
|
}
|
|
|
|
.feature {
|
|
p {
|
|
color: black !important;
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
line-height: 29px;
|
|
}
|
|
}
|