chore: update demo

This commit is contained in:
Justineo
2023-09-12 20:36:54 +08:00
parent 4484b4e180
commit c41d55b054

View File

@ -152,6 +152,7 @@ h2 {
small {
font-weight: 300;
opacity: 0.7;
}
button {
@ -169,10 +170,6 @@ h2 {
}
}
h2 small {
opacity: 0.7;
}
p small {
font-size: 0.8em;
color: #7f8c8d;
@ -180,6 +177,13 @@ p small {
p {
line-height: 1.5;
button + button,
button + select,
select + button,
select + select {
margin-left: 0.5em;
}
}
pre {
@ -252,15 +256,6 @@ label {
justify-content: center;
}
p {
button + button,
button + select,
select + button,
select + select {
margin-left: 0.5em;
}
}
button,
input,
label,