feather tweaks and document basis-* classes

This commit is contained in:
Will Hanlen 2024-08-06 11:21:37 -05:00
parent 470d6ef177
commit 95aa62e088
3 changed files with 27 additions and 3 deletions

1
.gitattributes vendored
View File

@ -1,6 +1,5 @@
bin/* filter=lfs diff=lfs merge=lfs -text
bin/*/* filter=lfs diff=lfs merge=lfs -text
pkg/arvo/**/*.css binary
pkg/arvo/app/naive/logs.eth-logs filter=lfs diff=lfs merge=lfs -text
**/package-lock.json binary merge=theirs
pkg/arvo/tmp/garden.jam filter=lfs diff=lfs merge=lfs -text

View File

@ -160,6 +160,27 @@ This document uses it.
==
;div.f2.mono
;div.fr.g4.p2.bd1.br1(style "margin-top: 50px;")
;div.p2.br1.b1;
;div.p2.br1.b1.tc.basis-half: basis-half
;div.p2.br1.b1;
==
;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;")
;div.p2.br1.b1;
;div.p2.br1.b1.tc.basis-full: basis-full
;div.p2.br1.b1;
==
;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;")
;div.p2.br1.b1;
;div.p2.br1.b1.tc.basis-none: basis-none
;div.p2.br1.b1;
==
==
-----------------------------------------------
## Typography

View File

@ -72,6 +72,8 @@ textarea, select {
color: inherit;
letter-spacing: inherit;
line-height: inherit;
outline: none;
accent-color: black;
}
textarea {
resize: none;
@ -705,7 +707,9 @@ body {
.border {
border: 0.8px solid var(--f3);
}
.br0 {
border-radius: 0px;
}
.br1 {
border-radius: 3px;
}
@ -773,7 +777,7 @@ body {
}
.prose p {
margin: 1rem 0;
line-height: var(--line-height);
line-height: 1.4;
}
.prose img {
margin: 1rem 0;