Add title as H1 header
This commit is contained in:
parent
2a9cdb1cc7
commit
0ecf55e7be
2 changed files with 13 additions and 1 deletions
|
|
@ -26,6 +26,17 @@ h6 {
|
||||||
font-family: var(--fancy-font-stack);
|
font-family: var(--fancy-font-stack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 3.5rem;
|
||||||
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 0;
|
||||||
|
text-shadow: 0.1em 0 black;
|
||||||
|
}
|
||||||
|
h1 + article {
|
||||||
|
margin-top: -0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 25rem;
|
width: 25rem;
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="/images/logo.png" alt="Devon.LOL" class="logo">
|
<img src="/images/logo.png" alt="Devon.LOL" class="logo">
|
||||||
|
<h1>{{ title }}</h1>
|
||||||
<article>
|
<article>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue