Rename modifier CSS class for clarity

This commit is contained in:
Tetrakern 2024-06-12 14:58:09 +02:00
parent 88a2fd0c5a
commit 3fb1807bd6
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ get_header(
<div class="main__background polygon polygon--main background-texture"></div>
<div class="main__wrapper _no-padding">
<div class="main__wrapper _no-padding-top">
<?php
do_action( 'fictioneer_main_wrapper' );

View File

@ -32,7 +32,7 @@ get_header();
<div class="main__background polygon polygon--main background-texture"></div>
<div class="main__wrapper <?php echo $render_story_header ? '_no-padding' : ''; ?>">
<div class="main__wrapper <?php echo $render_story_header ? '_no-padding-top' : ''; ?>">
<?php do_action( 'fictioneer_main_wrapper' ); ?>

View File

@ -81,7 +81,7 @@
padding-top: var(--page-inset-top);
contain: style;
&._no-padding {
&._no-padding-top {
padding-top: 0;
}