You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tempest.dev/styles/index.module.css

12 lines
241 B
CSS

.glance {
margin: var(--text-padding);
display: grid;
grid-template-columns: fit-content(35%) 1fr;
grid-row-gap: calc(.5 * var(--text-padding));
}
.glance .label {
color: var(--text-dimmed);
margin-right: var(--text-padding);
}