p-content-wrapper
defines the outer spacings between the content area and the left and right screen sides, as well
as centering its content and setting a max-width.width
prop, which is in sync with the Porsche Grid.Therefore, the following examples only work in fullscreen after clicking the Maximize buttons.
Some content
<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-content-wrapper>
<div class="example-content">
Some content
</div>
</p-content-wrapper>
<script>
</script>
</body>
</html>