Skip to content

Commit

Permalink
Fix link content type view
Browse files Browse the repository at this point in the history
  • Loading branch information
iFlameing committed Jul 17, 2023
1 parent f469f49 commit 29b0976
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/152.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix link content type view. @iFlameing
14 changes: 14 additions & 0 deletions src/theme/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,17 @@
}
}
}

.contenttype-link {
#view {
max-width: var(--default-container-width);
margin-right: auto;
margin-left: auto;
}

#page-document p {
max-width: var(--narrow-container-width);
margin-right: auto;
margin-left: auto;
}
}

0 comments on commit 29b0976

Please sign in to comment.