diff --git a/src/buttonNew.scss b/src/buttonNew.scss index 5ed0a89..d38c5c8 100644 --- a/src/buttonNew.scss +++ b/src/buttonNew.scss @@ -18,8 +18,7 @@ flex-direction: column; img { - display: inline; - height: 60%; + height: 450px; margin-top: 30px; margin-bottom: 30px; } diff --git a/src/buttonOld.scss b/src/buttonOld.scss index 5a2b846..afa86a8 100644 --- a/src/buttonOld.scss +++ b/src/buttonOld.scss @@ -37,8 +37,7 @@ flex-direction: column; img { - width: 100%; - height: 60%; + height: 450px; margin-bottom: 30px; }