This commit is contained in:
parent
ecedeaa484
commit
70bd4f2f2c
7 changed files with 71 additions and 53 deletions
|
|
@ -611,6 +611,7 @@ button.sort[data-sort-type=up] .arrow {
|
|||
width: 100%;
|
||||
position: relative;
|
||||
left: 0;
|
||||
margin-bottom: calc(var(--spacing) * 3);
|
||||
}
|
||||
#summary__hero figcaption {
|
||||
color: var(--color-txt-light);
|
||||
|
|
@ -624,6 +625,9 @@ button.sort[data-sort-type=up] .arrow {
|
|||
#summary__hero figcaption {
|
||||
padding: calc(var(--spacing) * 0.5) var(--padding-body);
|
||||
padding-bottom: 0;
|
||||
text-align: center;
|
||||
width: var(--max-w-content);
|
||||
margin-inline: auto;
|
||||
}
|
||||
#summary__hero figure {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue