mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-01 09:22:04 +08:00
36 lines
494 B
SCSS
36 lines
494 B
SCSS
---
|
|
---
|
|
|
|
@import "primer-css/index.scss";
|
|
@import "pages/home.scss";
|
|
@import "colors.scss";
|
|
@import "markdown.scss";
|
|
@import "switcher.scss";
|
|
@import "addtocalendar.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;
|
|
}
|
|
|
|
@media (max-width: 543px) {
|
|
.d-xs-none {
|
|
display: none !important;
|
|
}
|
|
}
|