selfprivacy.org/_vendor/github.com/google/docsy/assets/scss/section-index.scss

18 lines
159 B
SCSS
Raw Normal View History

2024-04-21 23:04:16 +00:00
.section-index {
2024-04-25 22:15:39 +00:00
.entry {
padding: 0.75rem;
}
2024-04-21 23:04:16 +00:00
2024-04-25 22:15:39 +00:00
h5 {
margin-bottom: 0;
2024-04-21 23:04:16 +00:00
2024-04-25 22:15:39 +00:00
a {
font-weight: 700;
2024-04-21 23:04:16 +00:00
}
2024-04-25 22:15:39 +00:00
}
2024-04-21 23:04:16 +00:00
2024-04-25 22:15:39 +00:00
p {
margin-top: 0;
}
2024-04-21 23:04:16 +00:00
}