change class subtitles
This commit is contained in:
parent
7851d1a4ec
commit
1783105175
2 changed files with 14 additions and 14 deletions
|
|
@ -16,31 +16,31 @@ h3, h4{
|
|||
|
||||
}
|
||||
|
||||
.h3-before,
|
||||
.h3-after{
|
||||
.subtitle-before,
|
||||
.subtitle-after{
|
||||
letter-spacing:var(--sign-spacing);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
|
||||
.h3-line {
|
||||
.subtitle-line {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.h3-before{
|
||||
.subtitle-before{
|
||||
padding-right: 0.75ch;
|
||||
}
|
||||
|
||||
.h3-after{
|
||||
.subtitle-after{
|
||||
padding-left: 0.75ch;
|
||||
position: relative;
|
||||
left: 6px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.h3-text{
|
||||
.subtitle-text{
|
||||
/* background-color: yellow; */
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue