feat: blog index intro
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
bcab110594
commit
59af865ac5
|
@ -48,10 +48,6 @@
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.page .blog .separator {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
.page .blog p code {
|
||||
height: 0.8em;
|
||||
padding: 0.07em 0.25em;
|
||||
|
|
|
@ -19,7 +19,12 @@
|
|||
<h1>Just Testing</h1>
|
||||
|
||||
<div class="text-panel">
|
||||
<p><span>Hello, World! Opinions are my own. Content subject to change. Updates published to my <a href="https://ktyl.dev/blog/index.xml">RSS feed</a>!</span></p>
|
||||
</div>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="text-panel">
|
||||
<ul class="blog-index">
|
||||
#include index.html
|
||||
</ul>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
:root {
|
||||
--title-height: min(20vmin, 90px);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
|
@ -40,6 +39,10 @@ a.fsText {
|
|||
color: var(--foreground);
|
||||
}
|
||||
|
||||
.separator {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#include socials.css
|
||||
#include gallery.css
|
||||
|
|
Loading…
Reference in New Issue