10 lines
111 B
SCSS
10 lines
111 B
SCSS
|
|
.developer-tab {
|
||
|
|
dt {
|
||
|
|
font-weight: 900;
|
||
|
|
}
|
||
|
|
|
||
|
|
dd {
|
||
|
|
margin-top: 0.5em;
|
||
|
|
margin-bottom: 1em;
|
||
|
|
}
|
||
|
|
}
|