custom.css
... ...
@@ -306,6 +306,7 @@ h1.header-title {
306 306
.hexgrid {
307 307
display: grid;
308 308
grid-template-columns: repeat(5, 1fr);
309
+ gap: 0;
309 310
place-items: center;
310 311
}
311 312
... ...
@@ -333,6 +334,8 @@ h1.header-title {
333 334
clip-path: polygon(25% 0%, 75% 0%, 100% 50%,
334 335
75% 100%, 25% 100%, 0% 50%);
335 336
transition: background .15s ease, transform .06s ease;
337
+ margin: -0.5px;
338
+ height: calc(var(--hex-size) * 0.88);
336 339
}
337 340
.hex a:hover, .hex a:focus {
338 341
background: var(--hex-bg-hover);