1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

fix font size on one of the 3d cube sides

This commit is contained in:
cTn 2014-02-20 12:47:35 +01:00
parent e1a15b2bb4
commit afd0bcf59a

View file

@ -113,6 +113,8 @@
height: 200px;
line-height: 200px;
font-size: 20px;
-webkit-transform: rotateX(-90deg) translateZ(-50px);
background-color: purple;
}