Skip to content

Commit 8286c2f

Browse files
committed
more space in glossary
1 parent 4af5061 commit 8286c2f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/views/GlossaryView.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,15 @@ div {
121121
.content :deep(strong) {
122122
font-family: 'Roboto';
123123
}
124-
a {
124+
span > a {
125125
text-decoration: none;
126126
color: #39455f;
127+
display: block;
128+
margin-top: 30px;
129+
padding-top: 10px;
130+
}
131+
span:first-child > a {
132+
margin-top: 0;
127133
}
128134
.content :deep(a) {
129135
text-decoration: underline;

0 commit comments

Comments
 (0)