You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom_style.css 363 B

1234567891011121314151617181920
  1. .bd-main {
  2. flex-grow: 1;
  3. flex-direction: column;
  4. display: flex;
  5. min-width: 0;
  6. }
  7. .bd-main .bd-content {
  8. justify-content: left;
  9. }
  10. .bd-main .bd-content .bd-article-container {
  11. max-width: calc(100% - var(--pst-sidebar-secondary));
  12. }
  13. .bd-sidebar-primary div#rtd-footer-container {
  14. bottom: -1rem;
  15. margin: -1rem;
  16. position: fixed;
  17. }