add .threecol class
This commit is contained in:
parent
642b7f7618
commit
3637b43aea
1 changed files with 10 additions and 0 deletions
|
@ -196,6 +196,16 @@ dd + dt {
|
|||
}
|
||||
|
||||
|
||||
.threecol {
|
||||
columns: 3;
|
||||
column-gap: 2em;
|
||||
}
|
||||
|
||||
.threecol dd {
|
||||
break-before: avoid;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--gradient:
|
||||
|
|
Loading…
Reference in a new issue