top padding when admin bar

This commit is contained in:
Antoine M 2023-12-12 14:02:14 +01:00
parent 5af39e3a15
commit 66826ba37f

View File

@ -4,7 +4,9 @@ body {
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;
} }
body:has(#wpadminbar) {
@apply pt-6;
}
*::marker { *::marker {
display: inline-block; display: inline-block;
color: red; color: red;