Skip to content

Commit 6a62d55

Browse files
committed
Fix bugs with headings
1 parent dfd3293 commit 6a62d55

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

app/styles/_sidebar-right.less

+8-11
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
}
128128
}
129129
.events-sidebar-collapse {
130-
font-size: 16px;
131-
margin-right: 10px;
130+
margin-left: 3px;
131+
margin-right: 8px;
132132

133133
a {
134134
text-decoration: none;
@@ -140,10 +140,11 @@
140140
justify-content: space-between;
141141
// So that sidebar bottom border aligns with main content header bottom border.
142142
margin-top: 0;
143-
padding-bottom: 21px;
144-
padding-top: 24px;
143+
padding-bottom: 22px;
144+
padding-top: 27px;
145145
h2 {
146146
font-size: 14px;
147+
line-height: 1;
147148
margin-bottom: 0;
148149
margin-top: 0;
149150
}
@@ -155,7 +156,7 @@
155156
}
156157
}
157158
.event-details-link {
158-
.small();
159+
font-size: 11px;
159160
line-height: 1;
160161
margin-right: 20px;
161162
}
@@ -221,10 +222,6 @@
221222
}
222223
}
223224

224-
.events-sidebar-expand {
225-
font-size: 16px;
226-
227-
a {
228-
text-decoration: none;
229-
}
225+
.events-sidebar-expand a {
226+
text-decoration: none;
230227
}

app/styles/_typography.less

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Page header
22
// --------------------------------------------------
33
.console-os {
4+
breadcrumbs + .page-header {
5+
padding-top: 0;
6+
}
47
.page-header {
58
border-color: @page-header-border-color;
69
margin-bottom: 0;

dist/styles/main.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)