handling single page template
This commit is contained in:
parent
c8fb3bf50f
commit
3c4fd2b427
2
page.php
2
page.php
|
|
@ -1,5 +1,5 @@
|
|||
<?php get_header(); ?>
|
||||
<div class="page-content">
|
||||
<div class="homegrade-page-container <?php echo $thematiqueColorSlug ? "homegrade-page-container--" . $thematiqueColorSlug : "" ?>">
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php
|
||||
|
|
|
|||
12
resources/css/pages/single-page.css
Normal file
12
resources/css/pages/single-page.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.homegrade-page-container {
|
||||
h3 {
|
||||
@apply font-bold text-2xl mt-16 mb-4;
|
||||
}
|
||||
.homegrade-blocks-highlight {
|
||||
@apply max-w-full;
|
||||
}
|
||||
.homegrade-content-blocks-content-box {
|
||||
/* @apply alignfull; */
|
||||
margin: 2rem calc(50% - 50vw);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user