Tune header typography and logo position

This commit is contained in:
hbrain 2026-06-01 14:18:04 +02:00
parent 92ee32ff62
commit 71317f340f
3 changed files with 5 additions and 5 deletions

View file

@ -283,14 +283,14 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>MVLog</title>
<title>MVL</title>
<meta property="og:title" content="MVL">
<meta property="og:description" content="journal of an unreliable narrator.">
<meta property="og:image" content="https://bubulescu.org/assets/img/moto_travel.png">
<meta property="og:url" content="https://bubulescu.org">
<link rel="alternate" type="application/rss+xml" title="MVLog RSS" href="feed.php">
<link rel="icon" type="image/png" href="assets/img/moto_travel.png">
<link rel="stylesheet" href="style.css?v=20260531k">
<link rel="stylesheet" href="style.css?v=20260531u">
<style>
.filter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center;margin:0 0 .4rem}
.filter-input-wrap{position:relative;min-width:0}