🔧 Updated kevin powell defaults
This commit is contained in:
parent
b0f27dabe0
commit
4d20c4c986
2 changed files with 53 additions and 5 deletions
|
|
@ -39,6 +39,30 @@ textarea {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
li,
|
||||||
|
figcaption {
|
||||||
|
text-wrap: pretty;
|
||||||
|
max-width: 65ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
header,
|
||||||
|
footer,
|
||||||
|
main,
|
||||||
|
section,
|
||||||
|
article {
|
||||||
|
container-type: inline-size;
|
||||||
|
}
|
||||||
|
|
||||||
/* background image specific, courtesy wittcode*/
|
/* background image specific, courtesy wittcode*/
|
||||||
/*
|
/*
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
24
scripts/kcss
24
scripts/kcss
|
|
@ -43,5 +43,29 @@ body {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
li,
|
||||||
|
figcaption {
|
||||||
|
text-wrap: pretty;
|
||||||
|
max-width: 65ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
header,
|
||||||
|
footer,
|
||||||
|
main,
|
||||||
|
section,
|
||||||
|
article {
|
||||||
|
container-type: inline-size;
|
||||||
|
}
|
||||||
*/
|
*/
|
||||||
EOM
|
EOM
|
||||||
Loading…
Add table
Add a link
Reference in a new issue