You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/components/badges-header/style.module.css

22 lines
321 B

.root {
position: relative;
margin: 32px 0 0 0;
/* subsequent page titles should get cozy,
otherwise the label doesn't look associated */
& + h1 {
margin-top: 16px;
}
}
.surroundSpaceCompensator {
display: flex;
flex-wrap: wrap;
margin: -4px;
}
.badgeSpacer {
line-height: 0;
padding: 4px;
}