|
|
@ -146,10 +146,10 @@ const nowLiquid = computed(() => { |
|
|
|
display: grid; |
|
|
|
grid-template-columns: repeat(2, 1fr); |
|
|
|
grid-template-rows: repeat(2, auto); |
|
|
|
gap:1.5rem; |
|
|
|
gap:.5rem; |
|
|
|
.card { |
|
|
|
text-align: center; |
|
|
|
height: 40.5vh; |
|
|
|
height: 41.5vh; |
|
|
|
width: 30.5vw; |
|
|
|
border: 1px solid rgb(225, 225, 225); |
|
|
|
position: relative; |
|
|
@ -188,7 +188,7 @@ const nowLiquid = computed(() => { |
|
|
|
} |
|
|
|
|
|
|
|
.home-right{ |
|
|
|
width: 34.5vw; |
|
|
|
width: 36vw; |
|
|
|
background: $gradient-color; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|