Compare commits

..

No commits in common. "05f52bfd1060bd022f89166ea6ada1e56f4eafd6" and "1da4d6d4e44470821fe5c1013c933cd9367fb2dd" have entirely different histories.

7 changed files with 14 additions and 56 deletions

View file

@ -7,5 +7,5 @@ sectionPagesMenu = "main"
[menu] [menu]
[[menu.nav]] [[menu.nav]]
identifier = "home" identifier = "home"
name = '' name = ' home'
url = '/' url = '/'

View file

@ -4,7 +4,7 @@ date: 2022-04-09T14:23:49+02:00
draft: true draft: true
menu: menu:
nav: nav:
name: "" name: " about"
--- ---

View file

@ -4,7 +4,7 @@ date: 2022-04-09T17:37:48+02:00
draft: true draft: true
menu: menu:
nav: nav:
name: "" name: " links"
--- ---

View file

@ -1,10 +0,0 @@
---
title: "Posts"
date: 2022-04-10T19:06:26+02:00
draft: true
menu:
nav:
name: "龎"
---

View file

@ -1,10 +0,0 @@
---
title: "projects"
date: 2022-04-10T22:20:54+02:00
draft: true
menu:
nav:
name: ""
---

View file

@ -58,8 +58,8 @@ body {
flex: auto; } flex: auto; }
footer { footer {
height: 6%; height: 10%;
min-height: 42pt; min-height: 24pt;
position: sticky; position: sticky;
display: flex; display: flex;
align-items: center; align-items: center;
@ -67,50 +67,32 @@ footer {
bottom: 0; } bottom: 0; }
#content { #content {
min-height: 94%; min-height: 90%;
right: auto; } right: auto; }
#footer-left { #footer-left {
margin-top: auto;
margin-bottom: auto;
margin-left: 24pt; margin-left: 24pt;
justify-self: left; justify-self: left;
margin-right: auto; margin-right: auto; }
display: inline-flex; }
#footer-right { #footer-right {
margin-top: auto;
margin-bottom: auto;
margin-left: auto; margin-left: auto;
justify-self: right; justify-self: right;
margin-right: 24pt; margin-right: 24pt;
align-content: center; align-content: center; }
display: inline-flex; }
#footer-center { #footer-center {
margin-top: auto;
margin-bottom: auto;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
justify-content: center; justify-content: center;
justify-self: center; justify-self: center; }
display: inline-flex; }
* { * {
padding: 0; padding: 0;
margin: 0; } margin: 0; }
#footer-right * { #footer-right * {
display: flex; display: flex; }
margin-top: auto;
margin-bottom: auto; }
#footer-center * {
display: flex;
margin-right: 8pt;
margin-left: 8pt;
margin-top: auto;
margin-bottom: auto; }
@font-face { @font-face {
font-family: CaskaydiaCove; font-family: CaskaydiaCove;
@ -131,20 +113,16 @@ a {
text-decoration: none; } text-decoration: none; }
footer * { footer * {
font-size: 24pt; font-size: 20pt; }
font-family: CaskaydiaCoveMono; }
label::after { label::after {
font-family: CaskaydiaCoveMono; font-family: CaskaydiaCoveMono; }
font-size: 20pt; }
input[type="checkbox"] { input[type="checkbox"] {
cursor: pointer; } cursor: pointer; }
.toggleinput { .toggleinput {
opacity: 0; visibility: hidden; }
max-height: 0;
overflow: hidden; }
.togglelabel { .togglelabel {
width: 42pt; width: 42pt;

@ -1 +1 @@
Subproject commit 427d35661b0319fb1ffef454a78da7c2b999dd2e Subproject commit 8c62a099ccbab393800f459c844c5ee94fd7a414