71 lines
1.1 KiB
Stylus
Raw Normal View History

2019-10-08 09:26:08 -04:00
@import "/subspace-docs/inter/inter.css";
2019-09-25 10:17:55 -04:00
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";
}
2019-10-08 09:26:08 -04:00
.theme-default-content:not(.custom) > h2 {
2019-09-06 09:28:26 -04:00
margin-top: -1em
2019-10-08 09:26:08 -04:00
}
.code-container {
display: flex;
flex-wrap: wrap;
margin-top: 80px;
2019-10-08 09:26:08 -04:00
}
.code-container + .code-container {
margin-top: 80px;
2019-10-08 09:26:08 -04:00
}
.code-text {
display: block;
flex-basis: 30%;
padding: 13px 4%;
padding-left: 0px !important;
2019-10-08 09:26:08 -04:00
text-align: justify;
color: black;
line-height: 29px;
2019-10-08 09:26:08 -04:00
}
.code-content {
display: block;
width: 66%;
font-size: 16.5px;
2019-10-08 09:26:08 -04:00
}
@media screen and (max-width: 1000px) {
2019-10-08 09:26:08 -04:00
.code-text {
flex-basis: 100%;
margin-right: 20px;
padding-left: 0px !important;
line-height: 29px;
2019-10-08 09:26:08 -04:00
}
.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;
}
}