Skip to content

Commit 9771828

Browse files
committed
set width to layout
1 parent ddc8354 commit 9771828

File tree

1 file changed

+6
-1
lines changed
  • examples/kendo-react-e-commerce-astro-app/src/layouts

1 file changed

+6
-1
lines changed

examples/kendo-react-e-commerce-astro-app/src/layouts/Layout.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,15 @@
5858
top: auto;
5959
z-index: 1000;
6060
}
61+
62+
.sized-parent{
63+
max-width: 1280px;
64+
margin: auto;
65+
}
6166
</style>
6267
<slot name="head" />
6368
</head>
64-
<body class="k-body">
69+
<body class="k-body sized-parent">
6570
<slot />
6671
</body>
6772
</html>

0 commit comments

Comments
 (0)