chore: style and layout of header
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 33s
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 33s
This commit is contained in:
parent
5c8c8577ad
commit
c0be71f113
3 changed files with 23 additions and 9 deletions
|
@ -130,10 +130,22 @@ h1 { font-size: 3.2rem; font-style: normal; margin-top: 2.6rem; }
|
|||
h2 { font-size: 2.2rem; margin-top: 4.2rem; }
|
||||
h3 { font-size: 1.7rem; margin-top: 2.6rem; }
|
||||
|
||||
p,table,blockquote,pre,img,hr,.mini-note,ul li,ol li {
|
||||
p,table,blockquote,img,hr,.mini-note,ul li,ol li {
|
||||
box-sizing: border-box;
|
||||
max-width: 55%;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 1rem;
|
||||
margin: 2rem 0 2rem 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow-x: auto;
|
||||
min-width: 98%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
};
|
||||
|
||||
p {
|
||||
width: 100%;
|
||||
max-width: 53rem;
|
||||
|
@ -257,6 +269,7 @@ figcaption {
|
|||
left: calc(100% + 4rem);
|
||||
line-height: 1.3rem;
|
||||
max-width: 400px;
|
||||
word-wrap: break-word;
|
||||
padding-top: 1rem;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
|
||||
<nav class="sans">
|
||||
<ul class="site-nav">
|
||||
<li><a href="index-titles.html">All Posts</a></li>
|
||||
<li><a href="rss.xml">RSS</a></li>
|
||||
<li><a href="https://keyoxide.org/088194F806EBADEE1B48B1CBC0A38C49BB2258E8" target="_blank">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="intro">
|
||||
%%Description%%
|
||||
</div>
|
||||
|
|
|
@ -12,14 +12,7 @@
|
|||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<nav class="sans">
|
||||
<ul class="site-nav">
|
||||
<li><a href="index-titles.html">All Posts</a></li>
|
||||
<li><a href="rss.xml">RSS</a></li>
|
||||
<li><a href="https://keyoxide.org/088194F806EBADEE1B48B1CBC0A38C49BB2258E8" target="_blank">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<main>%%Body%%</main>
|
||||
|
||||
<footer><p>This blog is powered by cl-yag!</p></footer>
|
||||
|
|
Loading…
Reference in a new issue