diff --git a/src/views/Result.vue b/src/views/Result.vue
index d1decf2..fd66ff8 100644
--- a/src/views/Result.vue
+++ b/src/views/Result.vue
@@ -25,9 +25,11 @@
-
-
-
+
+
+
+
+
@@ -122,6 +124,7 @@ export default {
.result-container {
height: 100%;
overflow: auto;
+ padding-bottom: 40px;
.medal {
max-width: 1100px;
margin: 0 auto;
@@ -140,12 +143,31 @@ export default {
display: flex;
margin-top: 20px;
background-color: #fafafa;
+ .winner-row {
+ width: 100%;
+ text-align: center;
+ }
.winnerImg {
flex: 1;
.rewardImage {
width: 100%;
}
}
+ .winner-row {
+ display: flex;
+
+ }
+ .winner {
+ flex: 1;
+ margin-top: 25px;
+ .winnerImg.silverImg {
+ width: 50%;
+ margin: 0 auto;
+ }
+ .winnerImg img {
+ width: 100%;
+ }
+ }
}
.gold-text-container {
flex: 1;