We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21b901 commit 4301bb8Copy full SHA for 4301bb8
2 files changed
index.html
@@ -265,7 +265,7 @@ <h2>4. How the Characters relate to Each Other</h2>
265
/>
266
</p>
267
268
- <p style="margin-top: 0.25rem; font-size: 0.8em; color: #9ca3af">
+ <p class="diagram-note">
269
💡 Press <kbd>Ctrl</kbd> + <kbd>+</kbd> / <kbd>-</kbd>, or pinch-zoom on
270
mobile to enlarge the diagram. Right Click to Open Image in New Tab.
271
styles.css
@@ -124,3 +124,8 @@ pre {
124
.tools-table {
125
border-collapse: collapse;
126
}
127
+.diagram-note {
128
+ margin-top: 0.25rem;
129
+ font-size: 0.8em;
130
+ color: #9ca3af;
131
+}
0 commit comments