save broken
This commit is contained in:
parent
94d404288f
commit
f04e9a66fb
17 changed files with 184 additions and 81 deletions
12
assets/dist/style.css
vendored
12
assets/dist/style.css
vendored
|
|
@ -308,20 +308,20 @@ button.toggle.right.open:before {
|
|||
#organize {
|
||||
margin-bottom: calc(var(--unit--vertical));
|
||||
}
|
||||
.article {
|
||||
.texts {
|
||||
position: relative;
|
||||
margin-bottom: calc(var(--unit--vertical) * 2);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.article__infos,
|
||||
.article__labels {
|
||||
.texts__infos,
|
||||
.texts__labels {
|
||||
transform: translateY(calc(0rem - (var(--unit--vertical) * 0.1)));
|
||||
}
|
||||
.article__infos,
|
||||
.article__labels {
|
||||
.texts__infos,
|
||||
.texts__labels {
|
||||
display: flex;
|
||||
}
|
||||
.article .label {
|
||||
.texts .label {
|
||||
margin-right: var(--unit--horizontal);
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue