mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-23 07:09:42 +02:00
parent
c7c7e61ccf
commit
82a81ce96a
4 changed files with 21 additions and 3 deletions
|
@ -106,7 +106,6 @@
|
|||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* List
|
||||
* ==================
|
||||
|
@ -117,3 +116,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Delimiter
|
||||
* ==================
|
||||
*/
|
||||
.block-delimiter {
|
||||
line-height: 1.6em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
&::before {
|
||||
display: inline-block;
|
||||
content: "***";
|
||||
font-size: 30px;
|
||||
line-height: 65px;
|
||||
height: 30px;
|
||||
letter-spacing: 0.2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue