szafran98 commited on
Commit
f26c4a7
·
1 Parent(s): 3cc2acf

Some css tweaks

Browse files
Files changed (1) hide show
  1. src/components/PluginMain.vue +1 -1
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-items: center;
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);