scribe/src/css/app.css

17 lines
189 B
CSS
Raw Normal View History

@import "~tufte-css/tufte.css";
2021-09-05 04:05:58 +02:00
p.meta {
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 1.2rem;
line-height: 1;
}
2021-09-25 19:26:24 +02:00
.gist {
width: 55%;
}
figure iframe {
max-width: 100%;
}