1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

handle assets where heading are used extensively in the description

This commit is contained in:
Matthias Kretschmann 2019-05-24 11:21:35 +02:00
parent 66655adbf5
commit 70ac182fd9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -41,6 +41,25 @@
.description {
// respect line breaks from textarea
white-space: pre-line;
// handle assets where heading are used extensively in the description
h1 {
font-size: $font-size-h3;
}
h2 {
font-size: $font-size-h4;
}
h3 {
font-size: $font-size-h5;
}
h4,
h5,
h6 {
font-size: $font-size-base;
}
}
.meta {