ipfs/src/pages/index.module.css

31 lines
463 B
CSS
Raw Normal View History

2019-10-16 22:10:03 +02:00
@import '../styles/_variables.css';
2019-10-16 17:02:04 +02:00
.header {
width: 100%;
margin-top: var(--spacer);
}
2019-10-17 00:13:54 +02:00
.title {
2019-10-16 17:02:04 +02:00
margin-top: var(--spacer);
font-size: var(--font-size-h2);
}
@media screen and (min-width: 640px) {
2019-10-17 00:13:54 +02:00
.title {
2019-10-16 17:02:04 +02:00
font-size: var(--font-size-h1);
}
}
2019-10-17 00:13:54 +02:00
.description {
2019-10-16 17:02:04 +02:00
font-size: var(--font-size-large);
color: var(--brand-grey-lighter);
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
2019-10-17 00:13:54 +02:00
.header svg {
2019-10-16 17:02:04 +02:00
width: 80px;
height: 80px;
}