Add .page__comments-form to "non-printing" selectors in print styles

This commit is contained in:
Michael Rose 2017-08-22 14:49:24 -04:00
parent 2939d45ecc
commit bb39afa125

View file

@ -228,6 +228,7 @@
.pagination,
.ads,
.page__footer,
.page__comments-form,
.author__avatar,
.author__content,
.author__urls-wrapper,
@ -235,4 +236,4 @@
.adsbygoogle {
display: none !important;
}
}
}