瀏覽代碼

:paint: Increase image size

DricomDragon 2 月之前
父節點
當前提交
e1c65f8537
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      dev-front/src/App.css

+ 4 - 0
dev-front/src/App.css

@@ -10,6 +10,10 @@ label {
     margin: 1rem 0 0 0;
 }
 
+img {
+    width: 80%;
+}
+
 .app {
     display: flex;
     flex-direction: column;