Some css tweaks
Browse files
src/components/PluginMain.vue
CHANGED
|
@@ -212,8 +212,9 @@ const getSources = (data) => {
|
|
| 212 |
|
| 213 |
.grid {
|
| 214 |
display: grid;
|
| 215 |
-
grid-template-columns: repeat(2,
|
| 216 |
-
gap:
|
|
|
|
| 217 |
|
| 218 |
@media (min-width: $tablet-1024-breakpoint) {
|
| 219 |
grid-template-columns: repeat(4, 1fr);
|
|
@@ -233,6 +234,7 @@ const getSources = (data) => {
|
|
| 233 |
background-color: $primary-25;
|
| 234 |
position: relative;
|
| 235 |
|
|
|
|
| 236 |
margin: auto;
|
| 237 |
//max-width: 800px;
|
| 238 |
//width: fit-content;
|
|
@@ -266,10 +268,14 @@ const getSources = (data) => {
|
|
| 266 |
justify-content: space-between;
|
| 267 |
gap: 20px;
|
| 268 |
text-align: center;
|
| 269 |
-
|
| 270 |
flex: auto;
|
| 271 |
z-index: 1;
|
| 272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 273 |
.big-header {
|
| 274 |
margin-bottom: 4px;
|
| 275 |
@include h2;
|
|
|
|
| 212 |
|
| 213 |
.grid {
|
| 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);
|
|
|
|
| 234 |
background-color: $primary-25;
|
| 235 |
position: relative;
|
| 236 |
|
| 237 |
+
padding: 5px;
|
| 238 |
margin: auto;
|
| 239 |
//max-width: 800px;
|
| 240 |
//width: fit-content;
|
|
|
|
| 268 |
justify-content: space-between;
|
| 269 |
gap: 20px;
|
| 270 |
text-align: center;
|
| 271 |
+
|
| 272 |
flex: auto;
|
| 273 |
z-index: 1;
|
| 274 |
|
| 275 |
+
@media (min-width: $tablet-1024-breakpoint) {
|
| 276 |
+
padding: 50px;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
.big-header {
|
| 280 |
margin-bottom: 4px;
|
| 281 |
@include h2;
|