|
|
@@ -168,6 +168,13 @@
|
|
|
::v-deep .total-grid {
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
grid-template-rows: repeat(4, 1fr);
|
|
|
+ .total-item {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ align-self: stretch;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.implementing-container {
|