feat: 🏷️ add beta tag to header
This commit is contained in:
parent
6f3ed061b4
commit
73ab681457
2 changed files with 7 additions and 1 deletions
|
|
@ -269,6 +269,12 @@ header h1 {
|
|||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
header h1 sup {
|
||||
vertical-align: super;
|
||||
font-size: 1.4rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
header nav ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>moku.blog</h1>
|
||||
<h1>moku.blog<sup>beta</sup></h1>
|
||||
<nav>
|
||||
<ul>
|
||||
{% if request.user.is_authenticated %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue