Skip to content

Commit 2c62d17

Browse files
author
anmol372
committed
Font Spacing
1 parent 1821f82 commit 2c62d17

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

assets/scss/_docs.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
h1,h2,h3,h4,h5,h6 {
1818
color: var(--of--Color--brand--200);
1919
font-weight: 800;
20-
margin: var(--of--spacer--md) 0 var(--of--spacer--sm);
20+
letter-spacing: 2px;
21+
//margin: var(--of--spacer--md) 0 var(--of--spacer--sm);
2122

2223
a:hover {
2324
text-decoration: none;

themes/docsy/assets/scss/section-index.scss

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
// .section-index {
1+
.section-index {
22

3-
// .entry {
4-
// padding: .75rem;
5-
// }
3+
.entry {
4+
padding: .75rem;
5+
}
66

7-
// h5 {
8-
// margin-bottom: 0;
7+
h5 {
8+
margin-bottom: 0;
99

10-
// a {
11-
// font-weight: 700;
12-
// }
13-
// }
10+
a {
11+
font-weight: 700;
12+
}
13+
}
14+
15+
p {
16+
margin-top: 0;
17+
}
18+
}
1419

15-
// p {
16-
// margin-top: 0;
17-
// }
18-
// }

0 commit comments

Comments
 (0)