přidání uložení změn do fs, oprava vypisování dir tree

This commit is contained in:
2020-12-25 22:36:53 +01:00
parent 8cd31d4b73
commit 6329bacff8
5 changed files with 54 additions and 5 deletions

View File

@@ -66,6 +66,10 @@ li::before {
section {
grid-area: section;
margin: 1em 2em;
display: grid;
grid-template-columns: auto;
grid-template-rows: auto min-content;
row-gap: 2em;
}
textarea {