Make metadata more pronounced
This commit is contained in:
parent
4cc400e336
commit
f1f6973727
|
@ -109,16 +109,18 @@
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 15px;
|
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
min-width: 26px;
|
min-width: 26px;
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
padding-left: 4px;
|
padding-left: 8px;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue