Replies: 1 comment 1 reply
-
I came up with this that more or less achieves the goal, but I am unable to use multiple classes for a div unless I create nested divs with single classes. Any better ideas?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Goal
I am trying to replicate a bootstrap website in quarto. You can find the source here. It looks like this:
Quarto website issues
For now, I included only one section with some changes in the navbar. It looks like this:
You can see that the layout is not the same: the image appears below the text and button.
Here's the source for quarto website:
index.qmd
_quarto.yml
How can I make the layout exactly as in the bootstrap website? Specifically, how to make the image appear on the right side instead of below the text and button?
Beta Was this translation helpful? Give feedback.
All reactions