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]
[[menu.nav]] [[menu.nav]]
identifier = "home" identifier = "home"
name = ' home' name = ''
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: " about" name: ""
--- ---

View File

@ -4,7 +4,7 @@ date: 2022-04-09T17:37:48+02:00
draft: true draft: true
menu: menu:
nav: 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; } flex: auto; }
footer { footer {
height: 10%; height: 6%;
min-height: 24pt; min-height: 42pt;
position: sticky; position: sticky;
display: flex; display: flex;
align-items: center; align-items: center;
@ -67,32 +67,50 @@ footer {
bottom: 0; } bottom: 0; }
#content { #content {
min-height: 90%; min-height: 94%;
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;
@ -113,16 +131,20 @@ a {
text-decoration: none; } text-decoration: none; }
footer * { footer * {
font-size: 20pt; } font-size: 24pt;
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 {
visibility: hidden; } opacity: 0;
max-height: 0;
overflow: hidden; }
.togglelabel { .togglelabel {
width: 42pt; width: 42pt;

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