diff --git a/src/assets/feeds/books.xsl b/src/assets/feeds/books.xsl index ab92b91f..360b7ef3 100644 --- a/src/assets/feeds/books.xsl +++ b/src/assets/feeds/books.xsl @@ -54,8 +54,7 @@ <xsl:apply-templates select="atom:feed/atom:entry"/> </ul> </div> - <footer - class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 "> + <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full"> <div> <p class="mb-0"> <strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> diff --git a/src/assets/feeds/feed.xsl b/src/assets/feeds/feed.xsl index 85fbceaf..817c20a8 100644 --- a/src/assets/feeds/feed.xsl +++ b/src/assets/feeds/feed.xsl @@ -63,7 +63,7 @@ </div> <xsl:apply-templates select="atom:feed/atom:entry"/> </div> - <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white"> + <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full"> <div> <p class="mb-0"> <strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> diff --git a/src/assets/feeds/follow.xsl b/src/assets/feeds/follow.xsl index d78d875e..dfe354e2 100644 --- a/src/assets/feeds/follow.xsl +++ b/src/assets/feeds/follow.xsl @@ -55,8 +55,7 @@ <xsl:apply-templates select="atom:feed/atom:entry"/> </ul> </div> - <footer - class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 "> + <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full"> <div> <p class="mb-0"> <strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> diff --git a/src/assets/feeds/links.xsl b/src/assets/feeds/links.xsl index a60cdddc..5c216582 100644 --- a/src/assets/feeds/links.xsl +++ b/src/assets/feeds/links.xsl @@ -56,8 +56,7 @@ <xsl:apply-templates select="atom:feed/atom:entry"/> </ul> </div> - <footer - class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 "> + <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full"> <div> <p class="mb-0"> <strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>