arrange style for detail

This commit is contained in:
2025-05-03 13:58:16 +02:00
parent f32ada4fce
commit 42dbf11bad
9 changed files with 61 additions and 25 deletions

View File

@@ -132,6 +132,31 @@ code {
outline: none;
}
.expand-col-2 {
grid-column: 1 / 3;
}
.expand-row-2 {
grid-row: 1 / 3;
}
.body-sm {
color: #ccc
}
.body-lg {
font-weight: 400;
font-size: 14px;
}
.header-1, .header-2, span, a {
color: var(--white);
margin: 0;
padding: 0;
text-decoration: none;
}
@keyframes fade-in {
0% {opacity: 0}
100% {opacity: 1}