Skip to content

Commit

Permalink
set width to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimitr committed Nov 15, 2024
1 parent ddc8354 commit 9771828
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@
top: auto;
z-index: 1000;
}

.sized-parent{
max-width: 1280px;
margin: auto;
}
</style>
<slot name="head" />
</head>
<body class="k-body">
<body class="k-body sized-parent">
<slot />
</body>
</html>

0 comments on commit 9771828

Please sign in to comment.