Skip to content

Commit 76b2c82

Browse files
committed
Remove layout width limits
1 parent 70fe3a5 commit 76b2c82

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

apps/cyberstorm-remix/app/styles/layout.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
gap: var(--gap-sm);
2323
align-self: flex-start;
2424
justify-content: flex-start;
25-
max-width: 90rem;
2625
padding: var(--space-16);
2726
}
2827

apps/cyberstorm-remix/app/tools/manifest-validator/manifestValidator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
.manifest-validator__content {
3333
display: flex;
34+
flex: 1 1 0;
3435
flex-direction: column;
3536
gap: var(--gap-md);
3637
align-items: flex-start;
37-
width: 57.5rem;
3838
}
3939

4040
/* Mobile breakpoint */

apps/cyberstorm-remix/app/tools/markdown-preview/MarkdownPreview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
.markdown-preview__content {
3737
display: flex;
38+
flex: 1 1 0;
3839
flex-direction: column;
3940
gap: var(--gap-md);
4041
align-items: flex-start;
41-
width: 57.5rem;
4242
}
4343

4444
.markdown-preview__divider {

0 commit comments

Comments
 (0)