Skip to content

Commit 4301bb8

Browse files
committed
4th style element gone
1 parent f21b901 commit 4301bb8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h2>4. How the Characters relate to Each Other</h2>
265265
/>
266266
</p>
267267

268-
<p style="margin-top: 0.25rem; font-size: 0.8em; color: #9ca3af">
268+
<p class="diagram-note">
269269
💡 Press <kbd>Ctrl</kbd> + <kbd>+</kbd> / <kbd>-</kbd>, or pinch-zoom on
270270
mobile to enlarge the diagram. Right Click to Open Image in New Tab.
271271
</p>

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ pre {
124124
.tools-table {
125125
border-collapse: collapse;
126126
}
127+
.diagram-note {
128+
margin-top: 0.25rem;
129+
font-size: 0.8em;
130+
color: #9ca3af;
131+
}

0 commit comments

Comments
 (0)