Skip to content

Commit

Permalink
Merge branch 'main' into docs/fix-merge-loss
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored Oct 2, 2024
2 parents 5266b08 + 904bbe0 commit 1d43947
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,11 @@ hasToc: true
max-width: 320px;
}

rh-tile [slot="headline"] {
font-weight: var(--rh-font-weight-heading-bold, 700);
}

rh-tile [icon="github"] {
--rh-icon-size: var(--rh-size-icon-03, 32px);
}

@media (min-width: 768px) {
[data-label="Change"] {
width: 30%;
}

[data-label="Type"] {
width: 10%;
}
}
@media (max-width: 768px) {
@container host (max-width: 768px) {
rh-table thead ~ tbody tr :is(th, td) {
display: block;
}
Expand Down

0 comments on commit 1d43947

Please sign in to comment.