Some css tweaks
Browse files
src/components/PluginMain.vue
CHANGED
|
@@ -214,7 +214,7 @@ const getSources = (data) => {
|
|
| 214 |
display: grid;
|
| 215 |
grid-template-columns: repeat(2, 45%);
|
| 216 |
gap: 10px;
|
| 217 |
-
justify-
|
| 218 |
|
| 219 |
@media (min-width: $tablet-1024-breakpoint) {
|
| 220 |
grid-template-columns: repeat(4, 1fr);
|
|
|
|
| 214 |
display: grid;
|
| 215 |
grid-template-columns: repeat(2, 45%);
|
| 216 |
gap: 10px;
|
| 217 |
+
justify-content: center;
|
| 218 |
|
| 219 |
@media (min-width: $tablet-1024-breakpoint) {
|
| 220 |
grid-template-columns: repeat(4, 1fr);
|