diff --git a/src/App/App.css b/src/App/App.css index 38e62d2ebb2b98bd6d70c0d7fc3999b34fce5dc3..0026faea443fad5d7f28e03dc50df70c4ab52855 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -856,10 +856,10 @@ img .middle{ .img-round-panel{ border-radius: 50%; - width: 120px; - height: 120px; - max-height: 13vh; - max-width: 13vh; + width: 100px; + height: 100px; + max-height: 10vh; + max-width: 10vh; object-fit: cover !important; } .img-cube{