Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 66fc268

Browse files
committed
docs(css): fixing positioning of disqus comments
float:left causes the comments to shift to the left when content is longer than the sidebar
1 parent 1d966f8 commit 66fc268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/templates/docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ li {
269269
/*----- content styles -----*/
270270

271271
.content-panel {
272-
float: left;
272+
float: right;
273273
margin-top: 4em;
274-
margin-left: 3em;
274+
margin-right: 3em;
275275
width: 57em;
276276
padding: 0.5em 1em 1em 1em;
277277
background: #7989D6;

0 commit comments

Comments
 (0)