9 lines
156 B
SCSS
Raw Normal View History

2020-06-17 10:25:54 +01:00
%definition-table > dl {
display: grid;
grid-template-columns: 140px auto;
grid-gap: 0.4em 20px;
}
%definition-table > dl {
margin-bottom: 1.4em;
2020-06-17 10:25:54 +01:00
}