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;
|
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;
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue