1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

Revert "cube: make cube-face a class"

This reverts commit dcca24e7cc.
This commit is contained in:
RGBCube 2025-06-03 03:04:21 +03:00
parent dcca24e7cc
commit 638cfff96b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ prevent_zoom: true
---
<style>
.cube-face {
cube-face {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);