2 $toc-margin-left: 195px;
4 // TOC on article pages
31 @include display-flex();
79 border-top: $default-border;
87 border-bottom: $default-border;
92 // Footer at bottom of articles
94 @include display-flex();
95 @include align-items(center);
97 //font-size: $small-label-size;
99 color: lighten($text, 5%);
109 // Large than mobile.
110 @media only screen and (min-width: $break-small) {
115 margin-left: $toc-margin-left;
120 // scroll.js adds and removes the floating class depending on the scroll position.
132 border-right: 1px solid $gray-light;
140 @media only screen and (min-width: $break-small + 1) and (max-width: $break-large) {
142 width: $toc-width - 40;
143 margin-left: $toc-margin-left - 30;
148 @media only screen and (max-width: $break-small) {
149 .article-content [itemprop="articleBody"] {
164 padding: $default-padding - 5 $default-padding - 5 $default-padding - 5 0;
165 border-top: $default-border;
168 text-overflow: ellipsis;
178 margin: $default-padding 0;