diff --git a/scripts.72999ec6.css b/scripts.72999ec6.css
index 075503c..d18c1a6 100644
--- a/scripts.72999ec6.css
+++ b/scripts.72999ec6.css
@@ -125,6 +125,8 @@ body {
.plane {
position: absolute;
+ vertical-align: middle;
+ text-align: center;
border: 1px solid #fff;
border-radius: 12px;
box-sizing: border-box;
@@ -137,6 +139,17 @@ body {
backface-visibility: hidden
}
+.plane img{
+ position: absolute;
+ margin: auto;
+ left: 0;
+ right:0;
+ top: 0;
+ bottom: 0;
+ max-width: 100px;
+ max-height: 100px;
+}
+
#shape.backfaces .plane {
backface-visibility: visible
}