check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 20:35:37 +10:00
parent 1222913234
commit 2876a00bed

View File

@ -20,12 +20,12 @@
display: inline-block; display: inline-block;
font-size:initial; font-size:initial;
clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%); clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
background: red; background: transparent;
margin-bottom: calc(var(--m) - var(--s)*0.2885); margin-bottom: calc(var(--m) - var(--s)*0.2885);
} }
.hex-container img:nth-child(odd) { .hex-container img:nth-child(odd) {
background:green; background: transparent;
} }
.hex-container::before { .hex-container::before {
content: ""; content: "";