Skip to content

Commit 87f44cd

Browse files
committed
Fix document background title not cutting off
1 parent a725f73 commit 87f44cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/assets/sass/document.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ blockquote {
244244
padding: 0;
245245
line-height: 1;
246246
z-index: -1;
247+
width: 100%;
248+
overflow: hidden;
247249
}
248250

249251
h1 {

0 commit comments

Comments
 (0)