Replies: 3 comments 4 replies
-
You'll have to use your browser inspect/development tool to figure out the selector you need to tweak in your CSS. |
Beta Was this translation helpful? Give feedback.
-
Many things are not clear because I am a beginner. I've tried using "main" or "equarto-content", but nothing works. Is there a selector that returns all the elements on the web page? |
Beta Was this translation helpful? Give feedback.
-
Here's a reproducible example: How can I increase the navbar font size and Callout font size?
Css file :
My yaml file :
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to increase the font size of my quarto website when displayedt on a screen phone in portrait mode.
I've added something classic to my css to solve this problem.
@media only screen and (max-width: 600px) { body { font-size: 3rem; } }
The issue is that this only applies to the left-hand menu ! (the big "fiche1") !
Beta Was this translation helpful? Give feedback.
All reactions