-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the readiness matrix #6
Conversation
<div class="statistics" style="margin: 0px auto; width: 70%; font-size: 70%"> | ||
<!-- **NOTE**: How to obtain the HTML table? --> | ||
<!-- 1. Copy source (including reference links) from https://github.com/ipsilon/eof/blob/main/spec/implementation_matrix.md --> | ||
<!-- 2. Paste into https://parsedown.org/demo, convert to HTML --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try https://codebeautify.org/markdown-to-html ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks more or less the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the font size for td
and th
to 1.3em
makes it a bit bigger and easier to read:
evmobjectformat.org/assets/css/main.css
Lines 2726 to 2735 in 0f6a012
table td { | |
padding: 0.75em 0.75em; | |
} | |
table th { | |
font-size: 0.9em; | |
font-weight: 400; | |
padding: 0 0.75em 0.75em 0.75em; | |
text-align: left; | |
} |
I increased the font size a bit, but not as much to have the entire table fit on desktop screen easily. It still might be too large to read comfortably on mobile. I lack html-fu to come up with a better fitting design. |
This is quite rough and manual (see instructions in HTML comments), but maybe good to kick us off? The styling and htmling is probably horrible, fixing this very welcome.