feat: 🏷️ add beta tag to header

This commit is contained in:
m5ka 2024-03-25 21:48:15 +00:00
parent 6f3ed061b4
commit 73ab681457
2 changed files with 7 additions and 1 deletions

View file

@ -269,6 +269,12 @@ header h1 {
font-size: 2.4rem; font-size: 2.4rem;
} }
header h1 sup {
vertical-align: super;
font-size: 1.4rem;
font-weight: normal;
}
header nav ul { header nav ul {
display: flex; display: flex;
align-items: center; align-items: center;

View file

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<header> <header>
<h1>moku.blog</h1> <h1>moku.blog<sup>beta</sup></h1>
<nav> <nav>
<ul> <ul>
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}