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> <body>
<header> <header>
<img class="image pb" src="resources/img/pp.jpg" width="200" /> <img class="avatar" src="resources/img/pp.jpg" width="200" />
</header> </header>
<nav> <nav>
<ul> <ul>
<li> <li .id="Social">
<strong>Social</strong> <strong>Social</strong>
</li> </li>
<li> <li .id="Pistorium">
<strong>Pistorium</strong> <strong>Pistorium</strong>
</li> </li>
<li> <li .id="Contact">
<strong>Contact</strong> <strong>Contact</strong>
</li> </li>
</ul> </ul>

View File

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