icon formatting

This commit is contained in:
zoe 2022-04-10 21:57:32 +02:00
parent 1da4d6d4e4
commit 2134a55583
6 changed files with 46 additions and 14 deletions

View File

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

View File

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

View File

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

10
content/posts/_index.md Normal file
View File

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

View File

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

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