Replies: 1 comment
-
This is probably rather unrelated to Material to MkDocs, so maybe you might have more luck asking this question on StackOverflow, as it's a general HTML/CSS support question 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to specify the size of an element relative to the size of the screen it's being used on. If I use percentages like I normally would nothing appears, e.g. with this code in
index.md
.The block appears if I use pixel sizes, e.g. with the code below. Any help that can get it to appear using percentages instead of pixels would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions