We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54805d commit bf01db3Copy full SHA for bf01db3
1 file changed
server/files/stylesheets/docs.css
@@ -2090,9 +2090,6 @@ code .chunk {
2090
width: auto;
2091
}
2092
2093
-#example .bsa-cpc {
2094
- height: 38px;
2095
-}
2096
#example .bsa-cpc #_default_ {
2097
position: relative;
2098
border-bottom: solid 1px #dddddd;
@@ -2420,6 +2417,14 @@ code .chunk {
2420
2417
#example .fixed.menu > .container > .section.item {
2421
2418
display: none;
2422
2419
+ #example .masthead.segment {
+ padding-bottom: 0em;
+ }
2423
+
2424
+ #example.button-page .example > .button,
2425
+ #example.button-page .example .html > .button {
2426
+ margin-bottom: 8px;
2427
2428
2429
/* Add Sticky Footers */
2430
body.pushable > .pusher {
0 commit comments