guesstimate/src/routes/home/style.module.css

9 lines
109 B
CSS
Raw Normal View History

2020-04-20 11:14:46 +02:00
.home {
height: 100%;
2020-04-20 14:07:26 +02:00
}
.noProjects {
width: 100%;
text-align: center;
font-style: italic;
2020-04-20 11:14:46 +02:00
}