1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 03:10:19 +02:00

Version 1.4.6 Collapse Navigation, standard content, landingpage intro and fixes

This commit is contained in:
trendschau
2021-06-11 22:28:37 +02:00
parent 14ea7c7995
commit 33a0bbfa09
19 changed files with 79 additions and 99 deletions

13
cache/cyanine-custom.css vendored Normal file
View File

@@ -0,0 +1,13 @@
.landingpageintro h1{
display: inline-block;
background: white;
padding: 4px 10px;
margin: 5px;
}
.landingpageintro p{
display: inline;
background: white;
line-height: 2.1rem;
padding: 6px 4px 4px;
}