editing the css to reflect new code paths

This commit is contained in:
Petruspistor
2025-08-18 13:01:49 -07:00
parent 1668049c52
commit c6a6a314c3
2 changed files with 5 additions and 5 deletions

View File

@@ -12,19 +12,19 @@
<body>
<header>
<img class="image pb" src="resources/img/pp.jpg" width="200" />
<img class="avatar" src="resources/img/pp.jpg" width="200" />
</header>
<nav>
<ul>
<li>
<li .id="Social">
<strong>Social</strong>
</li>
<li>
<li .id="Pistorium">
<strong>Pistorium</strong>
</li>
<li>
<li .id="Contact">
<strong>Contact</strong>
</li>
</ul>

View File

@@ -4,7 +4,7 @@
}
.image.pb {
.avatar {
alignment-baseline: central;
}