Link to article: Poetry As Distillation: An Essay on Good Poems.
/* poetry formatting chunk from http://wanderers-library.wikidot.com/carolynn */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500&display=swap');
.poem span {white-space:pre !important}
.poem p {
margin-top: 0em;
margin-bottom: 0em;
}
.poem {
white-space:wrap !important;
font-family:"EB Garamond","Times New Roman",serif;
font-size:120%;
text-indent: -1em;
padding-left:15%;
padding-top:5%;
padding-bottom:5%;
}
@media only screen and (max-width: 600px) {
.poem { padding-left: 1em; font-size:115%;}
}
poem