Skip to content

Commit bf01db3

Browse files
committed
Fix text ad spacing
1 parent b54805d commit bf01db3

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

server/files/stylesheets/docs.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,9 +2090,6 @@ code .chunk {
20902090
width: auto;
20912091
}
20922092

2093-
#example .bsa-cpc {
2094-
height: 38px;
2095-
}
20962093
#example .bsa-cpc #_default_ {
20972094
position: relative;
20982095
border-bottom: solid 1px #dddddd;
@@ -2420,6 +2417,14 @@ code .chunk {
24202417
#example .fixed.menu > .container > .section.item {
24212418
display: none;
24222419
}
2420+
#example .masthead.segment {
2421+
padding-bottom: 0em;
2422+
}
2423+
2424+
#example.button-page .example > .button,
2425+
#example.button-page .example .html > .button {
2426+
margin-bottom: 8px;
2427+
}
24232428

24242429
/* Add Sticky Footers */
24252430
body.pushable > .pusher {

0 commit comments

Comments
 (0)