Skip to content

Commit

Permalink
Remove duplicate h1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Jul 4, 2024
1 parent 8802666 commit 9a5e180
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions webpages/_layouts/vm-operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<header>
<div>
<div style="float: left;">
<h1><a style="color: #222;" href="http://jdrupes.org/vm-operator">VM-Operator</a></h1>
<h3>By <a href="https://github.com/mnlipp">Michael N. Lipp</a></h3>
<div class="index-title"><a style="color: #222;" href="http://jdrupes.org/vm-operator">VM-Operator</a></div>
<div class="index-subtitle">By <a href="https://github.com/mnlipp">Michael N. Lipp</a></div>
<p><a rel="me" href="https://fosstodon.org/@mnl"><img alt="Mastodon Follow"
src="https://img.shields.io/mastodon/follow/108843609567976408?domain=https%3A%2F%2Ffosstodon.org&style=social"></a></p>
</div>
Expand Down
12 changes: 8 additions & 4 deletions webpages/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
color:#595959;
}

h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6, .index-title, .index-subtitle {
color:#222;
margin:0 0 20px;
}
Expand All @@ -14,11 +14,11 @@ p, ul, ol, table, pre, dl {
margin:0 0 20px;
}

h1, h2, h3 {
h1, h2, h3, .index-title, .index-subtitle {
line-height:1.1;
}

h1 {
h1, .index-title {
font-size:28px;
font-weight: 500;
}
Expand All @@ -28,11 +28,15 @@ h2 {
font-weight: 500;
}

h3, h4, h5, h6 {
h3, h4, h5, h6, .index-subtitle {
color:#494949;
font-weight: 500;
}

.index-subtitle {
font-size: 1.17em;
}

a {
color:#39c;
text-decoration:none;
Expand Down

0 comments on commit 9a5e180

Please sign in to comment.