ipfs/src/components/Info.module.css

18 lines
300 B
CSS
Raw Normal View History

2019-10-18 13:10:43 +02:00
.info {
font-size: var(--font-size-small);
2019-10-18 15:31:24 +02:00
opacity: 0.8;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
2019-10-18 13:10:43 +02:00
}
.info h2 {
2019-10-18 15:31:24 +02:00
font-size: var(--font-size-base);
2019-10-18 13:10:43 +02:00
color: var(--brand-grey-light);
2019-10-18 19:12:49 +02:00
margin-top: calc(var(--spacer) * 2);
2019-10-18 13:10:43 +02:00
}
2019-10-18 13:40:14 +02:00
.info code {
font-size: 90%;
}