diff --git a/_sass/_custom.scss b/_sass/_custom.scss index 1f7fb36..853d2ae 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -1246,4 +1246,32 @@ blockquote { .suggestion-item:hover { background-color: #f0f0f0; -} \ No newline at end of file +} +/* ============================================================================ + FOOTNOTES + ============================================================================ */ + .footnotes a { + display: inline-block; + word-wrap: break-word; + overflow-wrap: break-word; + max-width: 100%; + text-overflow: ellipsis; +} + + @media (max-width: 768px) { + .footnotes p { + font-size: 14px; + } + + .footnotes a { + font-size: 12px; + } + } + .footnotes p { + word-wrap: break-word; + word-break: break-all; + } + .footnotes { + overflow-x: hidden; + max-width: 100%; + } \ No newline at end of file