changes to try with chatgpt
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<div class="frame frame-type-{data.CType}">
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h2>{data.header}</h2>
|
||||
</div>
|
||||
<f:render section="Main" optional="true" />
|
||||
<f:render section="Header" optional="true" />
|
||||
<f:render section="Main" optional="true" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<f:section name="Header">
|
||||
<div class="header">
|
||||
<h2>{data.header}</h2>
|
||||
</div>
|
||||
</f:section>
|
||||
|
||||
|
||||
@@ -9,3 +9,15 @@ $breakpoint-sm: 576px;
|
||||
$breakpoint-md: 768px;
|
||||
$breakpoint-lg: 992px;
|
||||
$breakpoint-xl: 1200px;
|
||||
// variables.scss
|
||||
|
||||
// Breakpoint Variables
|
||||
:root {
|
||||
--breakpoint-xs: 480px;
|
||||
--breakpoint-sm: 576px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 992px;
|
||||
--breakpoint-xl: 1200px;
|
||||
}
|
||||
|
||||
// Additional global variables can be added here
|
||||
|
||||
Reference in New Issue
Block a user