1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

make badges in docs/ 29px tall so the screen doesn't jank

This commit is contained in:
Jordan Scales
2025-09-07 09:40:26 -04:00
parent 7240fe4bcc
commit b1d7a90737

View File

@@ -58,10 +58,10 @@
<p> <p>
<a href="http://npm.im/98.css" rel="nofollow" style="text-decoration: none"> <a href="http://npm.im/98.css" rel="nofollow" style="text-decoration: none">
<img alt="npm" src="https://98badges.now.sh/api/version" style="max-width:100%;"> <img height="29" alt="npm" src="https://98badges.now.sh/api/version" style="max-width:100%;">
</a> </a>
<a href="https://unpkg.com/98.css" rel="nofollow" style="text-decoration: none"> <a href="https://unpkg.com/98.css" rel="nofollow" style="text-decoration: none">
<img alt="gzip size" src="https://98badges.now.sh/api/size" style="max-width:100%;"> <img height="29" alt="gzip size" src="https://98badges.now.sh/api/size" style="max-width:100%;">
</a> </a>
</p> </p>
@@ -147,8 +147,8 @@
<input type="reset" /> `)%> <input type="reset" /> `)%>
<p> <p>
You can add the class <code>default</code> to any button to apply additional styling, You can add the class <code>default</code> to any button to apply additional styling,
useful when communicating to the user what default action would happen in the active window if useful when communicating to the user what default action would happen in the active window if
the <kbd>Enter</kbd> key was pressed on Windows 98. the <kbd>Enter</kbd> key was pressed on Windows 98.
</p> </p>