79729097

Date: 2025-08-07 20:18:37
Score: 1
Natty:
Report link

Add custom CSS to your Quarto presentation

Create a CSS file, for example custom.css, and add this:

.outside-right {
  margin-right: -5em; 
}

.outside-left {
  margin-left: -5em;
}

.outside-both {
  margin-left: -5em;
  margin-right: -5em;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BIBEK SABAT