Skip to content

Commit

Permalink
chore: update css version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimds committed Nov 7, 2023
1 parent 6a38a66 commit 74b8c23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/themes/awasqa/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// WPML logic
require_once(__DIR__ . '/src/wpml.php');

$ver = "1.7";
$ver = "1.8";
add_action('wp_enqueue_scripts', function () use ($ver) {
wp_enqueue_style(
'awasqa',
Expand Down
3 changes: 3 additions & 0 deletions web/app/themes/awasqa/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ h6::after {
.wp-block-navigation-item__content {
background-color: var(--color-yellow);
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
left: 1px !important;
}
/* Alter margin-top on first block after the navbar */
.wp-site-blocks header+* {
margin-top: 1.25rem;
Expand Down
4 changes: 4 additions & 0 deletions web/app/themes/awasqa/styles/wp.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
background-color: var(--color-yellow);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
left: 1px !important;
}

/* Alter margin-top on first block after the navbar */
.wp-site-blocks {
header+* {
Expand Down

0 comments on commit 74b8c23

Please sign in to comment.