🔧 Added checkbox default config
This commit is contained in:
parent
b8b97dbb13
commit
234efb264f
1 changed files with 19 additions and 4 deletions
|
|
@ -45,14 +45,14 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
li,
|
li,
|
||||||
figcaption {
|
figcaption {
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
max-width: 65ch;
|
max-width: 65ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
header,
|
header,
|
||||||
|
|
@ -60,7 +60,7 @@ footer,
|
||||||
main,
|
main,
|
||||||
section,
|
section,
|
||||||
article {
|
article {
|
||||||
container-type: inline-size;
|
container-type: inline-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* background image specific, courtesy wittcode*/
|
/* background image specific, courtesy wittcode*/
|
||||||
|
|
@ -73,3 +73,18 @@ body {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Checkbox alignment */
|
||||||
|
/*
|
||||||
|
.checkbox-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"] {
|
||||||
|
vertical-align: bottom;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue