Changes to styles

This commit is contained in:
Jeremy Rangel
2024-12-23 04:10:45 -08:00
parent 44c621e0da
commit 93cc7be3bf
2 changed files with 4 additions and 2 deletions

View File

@ -176,7 +176,7 @@ function lcp_inject_breakpoints_to_frontend() {
}
</style>";
}
add_action('wp_head', 'lcp_inject_breakpoints_to_frontend');
add_action('wp_head', 'lcp_inject_breakpoints_to_frontend',5);

View File

@ -144,3 +144,5 @@ Version: 1.0
cursor: pointer;
border-radius: 5px;
}