mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(style): increase preview viewer for large screens (#2049)
This commit is contained in:
parent
9f1b997765
commit
752c46b94c
1 changed files with 7 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
margin-bottom: var(--cds-layout-04);
|
||||
margin-left: -1rem;
|
||||
margin-right: -1rem;
|
||||
max-width: 66rem;
|
||||
max-width: 80rem;
|
||||
}
|
||||
|
||||
.code-override {
|
||||
|
@ -74,6 +74,12 @@
|
|||
min-height: 20rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1920px) {
|
||||
.preview-viewer.framed {
|
||||
min-height: 32rem;
|
||||
}
|
||||
}
|
||||
|
||||
.framed-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue