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:
parent
66655adbf5
commit
70ac182fd9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user