Fix domain blocks so that they are even just basically functional
This commit is contained in:
parent
3470cf2a78
commit
d251570d94
|
@ -157,4 +157,11 @@ $ui-highlight-color: #CC7AFF;
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Fix domain blocks so that they are even just basically functional */
|
||||
.about__domain-blocks__domain h6,
|
||||
.about__domain-blocks__domain p {
|
||||
white-space: unset;
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
@import 'application';
|
||||
|
|
|
@ -110,3 +110,10 @@
|
|||
background: #1c172d;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix domain blocks so that they are even just basically functional */
|
||||
.about__domain-blocks__domain h6,
|
||||
.about__domain-blocks__domain p {
|
||||
white-space: unset;
|
||||
overflow: initial;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue