imaginerio/narratives

View on GitHub
src/components/Year/Year.module.css

Summary

Maintainability
Test Coverage
.yearLabel{
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

.yearInput{
  width: 85px;
}

.yearSlider{
  width: calc(100% - 225px);
  display: inline-block;
}