misc
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# Issues
|
||||||
|
|
||||||
|
## no dedicated draft CLI subcommands for adding other step kinds
|
||||||
@@ -2315,7 +2315,7 @@
|
|||||||
|
|
||||||
.opening-thesis-scene > .stage-caption {
|
.opening-thesis-scene > .stage-caption {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border: 0;
|
/* border: 0; */
|
||||||
padding: 1.05rem 1.25rem 0.6rem;
|
padding: 1.05rem 1.25rem 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2341,7 +2341,7 @@
|
|||||||
max-width: 48rem;
|
max-width: 48rem;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
align-content: end;
|
align-content: end;
|
||||||
border-top: 1px solid var(--opening-rule);
|
/* border-top: 1px solid var(--opening-rule); */
|
||||||
padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
|
padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2361,7 +2361,9 @@
|
|||||||
letter-spacing: -0.03em;
|
letter-spacing: -0.03em;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
.opening-thesis__statement--contribution {
|
||||||
|
border-top: 1px solid var(--opening-rule);
|
||||||
|
}
|
||||||
.opening-thesis__agent-system {
|
.opening-thesis__agent-system {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
|
|||||||
Reference in New Issue
Block a user