10 lines
208 B
SCSS
10 lines
208 B
SCSS
|
html.template-service.template-show main dl {
|
||
|
display: flex;
|
||
|
margin-bottom: 1.4em;
|
||
|
}
|
||
|
html.template-service.template-show main dt::after {
|
||
|
content: ':';
|
||
|
display: inline-block;
|
||
|
margin-right: 0.2em;
|
||
|
}
|