Skip to content

Commit

Permalink
Fix the version sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 68f9482 commit d5bff04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<header>
<section>
<a class="hamburger" href="javascript:;"></a>
<h1><img src="logo.svg">Mithril v[version]</h1>
<h1><img src="logo.svg">Mithril <span class="version">v[version]</span></h1>
<nav>
<a href="index.html">Guide</a>
<a href="api.html">API</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ h2 {font-size:22px;margin:45px 0 15px;}
h3 {font-size:20px;margin:45px 0 15px;}
h4 {font-size:18px;margin:30px 0 15px;}
h5 {font-weight:bold;margin:15px 0 15px;}
h1 img {vertical-align:middle;width:20px;}
h1 img {vertical-align:middle;width:20px;padding-right:0.25em;}
h1 .version {font-weight:normal;font-size:16px;}
h1 small {font-size:16px;}
h2 a,h3 a,h4 a,h5 a,
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,
Expand Down

0 comments on commit d5bff04

Please sign in to comment.