|
@@ -65,7 +65,7 @@ export default {
|
|
|
rgba(0, 0, 0, 0.25) 200%
|
|
|
);
|
|
|
width: 100%;
|
|
|
- height: 100vh;
|
|
|
+ height: 890px;
|
|
|
display: grid;
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
grid-template-rows: repeat(5, 1fr);
|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
}
|
|
|
.item9 {
|
|
|
display: grid;
|
|
|
- grid-template-columns: repeat(3, 260px);
|
|
|
+ grid-template-columns: repeat(3, 261px);
|
|
|
grid-gap: 5px;
|
|
|
}
|
|
|
</style>
|