style: smaller list item meta and description
This commit is contained in:
parent
b076a8d389
commit
30d8305e82
1 changed files with 6 additions and 2 deletions
|
@ -413,13 +413,17 @@ table.image caption {
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid rgba(34, 34, 34, 0.25);
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.25);
|
box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15);
|
||||||
|
border: 1px solid rgba(34, 34, 34, 0.15);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
&__meta,
|
||||||
|
&__description {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
&__title {
|
&__title {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-family: "Source Serif Pro", serif;
|
font-family: "Source Serif Pro", serif;
|
||||||
|
|
Loading…
Reference in a new issue