annotate src/app/notebook-feed/notebook-feed.component.css @ 477:e3cbf4c53e5e

Rename type and make it an abstract class to stop angular-cli complaining (I still don't understand this).
author Lucas Thompson <dev@lucas.im>
date Fri, 30 Jun 2017 16:25:58 +0100
parents d17d5038b11a
children
rev   line source
dev@201 1 .break {
dev@201 2 margin-bottom: 32px;
dev@201 3 }
dev@283 4
dev@283 5 .feed {
dev@283 6 width: 100%;
dev@348 7 overflow-x: hidden;
dev@283 8 }