funky-framadate-front/src/app/core/components/home/home.component.scss

13 lines
133 B
SCSS
Raw Normal View History

2020-11-06 11:32:58 +01:00
:host {
text-align: center;
a .fa {
margin-right: 1ch;
}
2021-05-03 10:06:10 +02:00
.subtitle {
min-height: 4em;
}
.poll-list {
margin: 2em 0;
}
2020-11-06 11:32:58 +01:00
}