This commit is contained in:
@@ -11,6 +11,17 @@
|
||||
font-size: 0; /*disable white space between inline block element */
|
||||
}
|
||||
|
||||
|
||||
.hex-container img {
|
||||
width: var(--s);
|
||||
margin: var(--m);
|
||||
height: calc(var(--s)*1.1547);
|
||||
display: inline-block;
|
||||
font-size:initial;
|
||||
clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
|
||||
margin-bottom: calc(var(--m) - var(--s)*0.2885);
|
||||
}
|
||||
|
||||
.hex-container div {
|
||||
width: var(--s);
|
||||
margin: var(--m);
|
||||
|
Reference in New Issue
Block a user