mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-07 10:32:42 +08:00
29 lines
384 B
SCSS
29 lines
384 B
SCSS
---
|
|
---
|
|
|
|
@import "primer-css/index.scss";
|
|
@import "pages/home.scss";
|
|
@import "colors.scss";
|
|
@import "markdown.scss";
|
|
@import "switcher.scss";
|
|
|
|
img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.featurette {
|
|
padding-top: $spacer * 10;
|
|
padding-bottom: $spacer * 10;
|
|
}
|
|
|
|
.octicon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
fill: currentColor;
|
|
}
|
|
|
|
code {
|
|
font-size: 14px;
|
|
}
|