feat: add demo-wrapper container support

This commit is contained in:
pengzhanbo 2024-01-17 03:54:23 +08:00
parent 230944a5e3
commit 77846006a5

View File

@ -455,16 +455,16 @@
}
.demo-container {
padding: 10px 20px;
padding: 20px;
background-color: var(--vp-c-bg-alt);
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
> :first-of-type {
> *:first-child {
margin-top: 0;
}
> :last-of-type {
> *:last-child {
margin-bottom: 0;
}
}