word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -1,161 +0,0 @@
1
- .txt-primary {
2
- color: #000;
3
- font-size: 16px;
4
- text-decoration: none !important;
5
- }
6
-
7
- .txt-secondary {
8
- color: gray;
9
- font-size: 15px;
10
- text-decoration: none !important;
11
- margin: 2rem 0px;
12
- }
13
-
14
- .txt-secondary:hover {
15
- color: #000;
16
- }
17
-
18
- .footer_hr {
19
- width: 50px;
20
- margin: 2rem auto;
21
- border: 2px solid #000;
22
- }
23
-
24
- .footer-section {
25
- padding: 50px 0px;
26
- background-color: #f8f9fa;
27
- margin-top: 3rem;
28
- }
29
-
30
- .footer-logo-cont {
31
- display: flex;
32
- justify-content: center;
33
- align-items: center;
34
- gap: 10px;
35
- font-size: 20px;
36
- color: #000;
37
- font-weight: 900;
38
- }
39
-
40
- .list-inline {
41
- padding-left: 0;
42
- list-style: none;
43
- display: flex;
44
- align-items: center;
45
- justify-content: center;
46
- gap: 40px;
47
- }
48
-
49
- .footer-social-list ul li a i {
50
- width: 35px;
51
- height: 35px;
52
- line-height: 35px;
53
- text-align: center;
54
- vertical-align: middle;
55
- font-size: 18px;
56
- background: #000;
57
- -webkit-background-clip: text;
58
- color: transparent;
59
- transition: all 0.3s ease-in;
60
- }
61
-
62
- .copyright-text {
63
- font-size: 18px;
64
- }
65
-
66
- .footer-address {
67
- margin-bottom: 20px;
68
- }
69
-
70
- .footer-address p {
71
- margin-bottom: 15px;
72
- }
73
-
74
-
75
- .drop-down-btn {
76
- cursor: pointer;
77
- outline: 0px;
78
- border: 0px;
79
- width: auto;
80
- overflow: visible;
81
- display: flex;
82
- -webkit-box-align: center;
83
- align-items: center;
84
- background-color: transparent;
85
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
86
- font-weight: 400;
87
- font-size: 16px;
88
- line-height: 24px;
89
- color: rgb(26, 26, 26);
90
- }
91
-
92
- .drop-down-btn svg {
93
- height: 22px;
94
- }
95
-
96
- .language-drop-down-menu {
97
- display: flex;
98
- justify-content: space-between;
99
- margin: 0;
100
- padding: 0;
101
- flex-wrap: wrap;
102
- }
103
-
104
- .language-drop-down-item {
105
- width: 50%;
106
- padding: 10px 12px 1px 1px;
107
- text-align: center;
108
- font-size: 15px;
109
- margin-bottom: 0;
110
- list-style: none;
111
- }
112
-
113
- .language-drop-down-item a {
114
- justify-content: space-between;
115
- display: flex;
116
- width: 100%;
117
- align-items: center;
118
- padding: 9px 9px;
119
- color: #11304e;
120
- border-bottom: 1px solid rgb(224, 224, 224);
121
- }
122
-
123
- .language-drop-down-item a:hover {
124
- background: rgb(238, 238, 238);
125
- border-radius: 3px;
126
- }
127
-
128
- .language-drop-down-item a i {
129
- margin: 0;
130
- }
131
-
132
- .active-lang {
133
- background: rgb(238, 238, 238);
134
- border-radius: 3px;
135
- }
136
-
137
- .modal-header {
138
- padding: 1.8rem;
139
- }
140
-
141
- .modal-title {
142
- font-size: 2.28rem;
143
- }
144
-
145
- .close {
146
- font-size: 3.8rem;
147
- }
148
-
149
- @media (max-width: 768px) {
150
- .language-drop-down-item {
151
- width: 100% !important;
152
- }
153
-
154
- .txt-secondary {
155
- text-align: center;
156
- }
157
-
158
- .email_heaidng {
159
- font-size: 1.4rem;
160
- }
161
- }
data/assets/css/home.css DELETED
@@ -1,538 +0,0 @@
1
- .startsWith,
2
- .mustInclude,
3
- .endsWith,
4
- .exculdeWith,
5
- .inculdeWith,
6
- .wordLength {
7
- position: relative;
8
- }
9
-
10
- .filter-tooltip {
11
- opacity: .5;
12
- position: absolute;
13
- top: 20px;
14
- right: 10px;
15
- font-size: 15px;
16
- }
17
-
18
- .tooltip-inner {
19
- width: 140px !important;
20
- margin: 0 auto;
21
- }
22
-
23
- .tooltip {
24
- z-index: 99999;
25
- font-size: 1rem;
26
- }
27
-
28
-
29
- .pageHeaderBg {
30
- width: 100%;
31
- height: 100%;
32
- display: flex;
33
- flex-direction: column;
34
- justify-content: center;
35
- align-items: center;
36
- background: url(../images/bg_elements.png);
37
- background-position: center;
38
- background-size: cover;
39
- margin-bottom: 20vh;
40
- padding: 15px 0;
41
- }
42
-
43
- .result_navbar_section {
44
- width: 100%;
45
- padding: .8rem 9% !important;
46
- position: sticky;
47
- top: 0px;
48
- z-index: 99999;
49
- display: flex;
50
- justify-content: space-between;
51
- flex-wrap: wrap;
52
- -ms-flex-align: center;
53
- align-items: center;
54
- }
55
-
56
- .pageHeading {
57
- margin-bottom: 0.8rem;
58
- /* padding-top: 1.5rem; */
59
- }
60
-
61
- .pageHeading>h1 {
62
- font-size: 27px;
63
- }
64
-
65
- .pageHeading>.result_heading {
66
- font-size: 22px;
67
- font-weight: 600;
68
- color: #000;
69
- }
70
-
71
- .table {
72
- height: 5em;
73
- overflow: auto;
74
- }
75
-
76
- .serachSection {
77
- height: 50px;
78
- position: relative;
79
- }
80
-
81
- input:-webkit-autofill,
82
- input:-webkit-autofill:hover,
83
- input:-webkit-autofill:focus,
84
- input:-webkit-autofill:active {
85
- transition: background-color 5000s ease-in-out 0s;
86
- }
87
-
88
- .resultPageTxtBox,
89
- .resultPageSearchBtn {
90
- height: 50px !important;
91
- }
92
-
93
- .resultPageDropdown2 {
94
- height: 49px !important;
95
- padding: 0 !important;
96
- }
97
-
98
- ::placeholder {
99
- font-weight: 500;
100
- }
101
-
102
- .txtBox {
103
- /* text-transform: uppercase; */
104
- height: 70px;
105
- border-radius: 8px;
106
- border: solid 1px rgba(0, 0, 0, 0.1);
107
- background: #fff;
108
- padding: 0;
109
- width: 100%;
110
- font-size: 15px;
111
- font-weight: 700;
112
- font-style: normal;
113
- letter-spacing: normal;
114
- color: var(--txtColor);
115
- text-indent: 15px;
116
- outline: none;
117
- position: relative;
118
- }
119
-
120
- .txtBox~.focus-border:before,
121
- .txtBox~.focus-border:after {
122
- content: "";
123
- position: absolute;
124
- top: 0;
125
- right: 0;
126
- width: 0;
127
- height: 2px;
128
- background-color: #000;
129
- transition: .5s;
130
- transition-delay: 0.2s;
131
- z-index: 9;
132
- }
133
-
134
- .txtBox~.focus-border:after {
135
- top: auto;
136
- bottom: 0;
137
- right: auto;
138
- left: 0;
139
- transition-delay: 0.6s;
140
- }
141
-
142
- .txtBox:focus~.focus-border:before,
143
- .txtBox:focus~.focus-border:after,
144
- .has-content.txtBox~.focus-border:before,
145
- .has-content.txtBox~.focus-border:after {
146
- width: 100%;
147
- transition: .5s;
148
- transition-delay: 0.6s;
149
- }
150
-
151
- .txtBox:focus~.focus-border:after,
152
- .has-content.txtBox~.focus-border:after {
153
- transition-delay: 0.2s;
154
- }
155
-
156
- .txtBox:focus~.focus-border i:before,
157
- .txtBox:focus~.focus-border i:after,
158
- .has-content.txtBox~.focus-border i:before,
159
- .has-content.txtBox~.focus-border i:after {
160
- height: 100%;
161
- transition: 0.2s;
162
- }
163
-
164
- .txtBox:focus~.focus-border i:after,
165
- .has-conten.txtBox~.focus-border i:after {
166
- transition-delay: 0.4s;
167
- }
168
-
169
- .txtBox~.focus-border i:before,
170
- .txtBox~.focus-border i:after {
171
- content: "";
172
- position: absolute;
173
- top: 0;
174
- left: 0;
175
- width: 2px;
176
- height: 0;
177
- background-color: #000;
178
- transition: .5s;
179
- }
180
-
181
- .txtBox~.focus-border i:after {
182
- left: auto;
183
- right: 0;
184
- top: auto;
185
- bottom: 0;
186
- transition-delay: 0.4s;
187
- }
188
-
189
- .txtBox::placeholder {
190
- color: var(--txtColor);
191
- opacity: 0.5;
192
- font-weight: 500 !important;
193
- text-transform: capitalize;
194
- }
195
-
196
- .txtBox::-ms-input-placeholder {
197
- color: var(--txtColor);
198
- opacity: 0.5;
199
- font-weight: 500 !important;
200
- }
201
-
202
- .txtBox::-ms-input-placeholder {
203
- color: var(--txtColor);
204
- opacity: 0.5;
205
- font-weight: 500 !important;
206
- }
207
-
208
- .serachBtn {
209
- border-radius: 0px;
210
- background: url(../images/search.svg) no-repeat center center;
211
- background-size: 35px 35px;
212
- height: 70px;
213
- width: 59px;
214
- border: none;
215
- position: absolute;
216
- top: 0px;
217
- right: 0px;
218
- outline: none;
219
- background-color: #000;
220
- }
221
-
222
- .advancedFilter .filterButton {
223
- background: #f8f9fa;
224
- box-shadow: 0 0 2px #343a4063;
225
- width: 190px;
226
- border-radius: 10px;
227
- cursor: pointer;
228
- border: none;
229
- padding: 10px;
230
- text-align: left;
231
- color: #1c1107;
232
- font-size: 13px;
233
- font-weight: 600;
234
- font-stretch: normal;
235
- font-style: normal;
236
- outline: none;
237
- }
238
-
239
- .angle-arrow2 {
240
- background: url(../images/angle-arrow-down.svg) no-repeat;
241
- background-size: contain;
242
- object-fit: cover;
243
- width: 10px;
244
- height: 10px;
245
- font-weight: 900;
246
- position: absolute;
247
- top: 19px;
248
- right: 9px;
249
- margin: -3px 0;
250
- cursor: pointer;
251
- /* z-index: 9999; */
252
- }
253
-
254
- #select_dropDown {
255
- background: #f8f9fa;
256
- box-shadow: 0 0 2px #343a4063;
257
- word-wrap: normal;
258
- width: 190px;
259
- border-radius: 10px;
260
- cursor: pointer;
261
- border: none;
262
- padding: 10px;
263
- text-align: left;
264
- color: #1c1107;
265
- font-size: 13px;
266
- font-weight: 600;
267
- font-stretch: normal;
268
- font-style: normal;
269
- outline: none;
270
- }
271
-
272
- .select_dropDown2 {
273
- height: 69px;
274
- position: absolute;
275
- top: 0px;
276
- font-size: 15px;
277
- width: 142px;
278
- overflow: hidden;
279
- object-fit: cover;
280
- right: 69px;
281
- /* padding: 19px 0; */
282
- border-bottom: 0 !important;
283
- border-radius: 0;
284
- border: none;
285
- box-shadow: none;
286
- background: white;
287
- border-left: 1px solid rgba(0, 0, 0, 0.11);
288
- border-top: 1px solid rgba(0, 0, 0, 0.11);
289
- border-bottom: 1px solid rgba(0, 0, 0, 0.11);
290
- }
291
-
292
- .select_dropDown2:focus {
293
- outline: none;
294
- }
295
-
296
- .fillterWrapper {
297
- display: none;
298
- }
299
-
300
- .fillterWrapper label {
301
- margin: 0;
302
- text-indent: 5px;
303
- }
304
-
305
- .fillterWrapper input {
306
- border-radius: 10px;
307
- border: solid 1px rgba(0, 0, 0, 0.11);
308
- background-color: #fff;
309
- font-size: 12px;
310
- padding: 5px 12px;
311
- /* text-indent: 15px; */
312
- width: 100%;
313
- outline: none;
314
- box-shadow: none;
315
- }
316
-
317
- .btn-info:not(:disabled):not(.disabled).active:focus,
318
- .btn-info:not(:disabled):not(.disabled):active:focus,
319
- .show>.btn-info.dropdown-toggle:focus {
320
- box-shadow: unset;
321
- border-color: rgba(0, 0, 0, 0.1);
322
- }
323
-
324
- .fillterWrapper input:hover {
325
- border-color: rgba(0, 0, 0, 0.1);
326
- }
327
-
328
- .fillterWrapper input:focus {
329
- box-shadow: unset;
330
- }
331
-
332
- .fillterWrapper input:active {
333
- box-shadow: unset;
334
- }
335
-
336
- .actives {
337
- z-index: 999;
338
- top: 90px;
339
- background: #fff;
340
- box-shadow: 0 0 5px rgb(0 0 0 / 40%);
341
- padding: 15px 15px;
342
- border-radius: 15px;
343
- height: auto;
344
- position: absolute;
345
- right: -16px;
346
- margin: 1rem 0;
347
- flex-direction: column;
348
- width: 240px;
349
- display: inline-flex !important;
350
- gap: 5px;
351
- }
352
-
353
- .errorMsg {
354
- text-align: center;
355
- font-size: 20px;
356
- color: red;
357
- font-weight: 800;
358
- }
359
-
360
- #containerWd {
361
- width: 700px !important;
362
- padding: 0px;
363
- }
364
-
365
- .mobile_bars {
366
- cursor: pointer;
367
- position: absolute;
368
- top: 0px;
369
- margin: 0 40px
370
- }
371
-
372
- #open_list_bar {
373
- position: fixed;
374
- top: 0px;
375
- left: -100%;
376
- z-index: 999;
377
- height: 100vh;
378
- transition: all .5s ease-in-out;
379
- list-style: none;
380
- box-shadow: 0 0 5px grey;
381
- background: #f8f9fa;
382
- overflow-y: scroll;
383
- }
384
-
385
- .cat_title {
386
- color: #000;
387
- font-weight: 900;
388
- font-size: 14px;
389
- position: relative;
390
- left: 10px;
391
- top: 3px;
392
- }
393
-
394
- .close_bar_btn {
395
- position: absolute;
396
- right: 8px;
397
- font-size: 28px;
398
- top: 15px;
399
- cursor: pointer;
400
- }
401
-
402
- .cat_bar_logo_link {
403
- padding: 0 15px;
404
- }
405
-
406
- .cat_bar_logo_link .cat_bar_img {
407
- width: 30px;
408
- }
409
-
410
- .list_cat_heading {
411
- /* margin: 0 0 15px; */
412
- padding: 8px 15px;
413
- background-color: gray;
414
- color: #fff;
415
- font-size: 13px;
416
- }
417
-
418
- .list_cat_name {
419
- /* margin:0 0 15px; */
420
- padding: 8px 15px;
421
- font-size: 12px;
422
- border-bottom: 1px solid rgb(209, 213, 219)
423
- }
424
-
425
- .list_cat_name:active {
426
- color: #000 !important
427
- }
428
-
429
- .list_cat_name:hover {
430
- background-color: #e9ecef;
431
- }
432
-
433
- @media (max-width: 500px) {
434
- #select_dropDown {
435
- top: 150px !important;
436
- right: -15px !important
437
- }
438
- }
439
-
440
- @media (max-width: 768px) {
441
- .pageHeaderBg {
442
- background: unset;
443
- }
444
-
445
- .nav_menu_bar {
446
- display: none;
447
- }
448
-
449
- .mobile_bars {
450
- display: block;
451
- position: absolute;
452
- top: 5px;
453
- margin: 0;
454
- }
455
-
456
- .result_navbar_section {
457
- padding: 1.2rem 15px !important;
458
- }
459
-
460
- .pageHeading {
461
- margin-bottom: 1rem;
462
- }
463
-
464
- .pageHeading>h2 {
465
- font-size: 1.4rem;
466
- }
467
-
468
- .pageHeading>.result_heading {
469
- font-size: 1.8rem;
470
- padding-left: 25px;
471
- }
472
-
473
- .wrapper_dropDown {
474
- align-items: flex-end;
475
- flex-direction: column;
476
- gap: 0 !important;
477
- /* margin:0 !important */
478
- }
479
-
480
- .txtBox {
481
- height: 50px !important;
482
- }
483
-
484
- .serachBtn {
485
- height: 50px !important;
486
- width: 40px !important;
487
- }
488
-
489
- .advancedFilter .filterButton {
490
- top: 60px;
491
- }
492
-
493
- .select_dropDown2 {
494
- height: 50px;
495
- width: 30%;
496
- right: 40px;
497
- padding: 9.5px 0;
498
- border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
499
- }
500
-
501
- #select_dropDown {
502
- display: none;
503
- background: white;
504
- position: absolute;
505
- top: 149px;
506
- right: 0px;
507
- border-radius: 0;
508
- padding: 7.5px;
509
- z-index: 9999999999;
510
- width: 50%;
511
- }
512
-
513
- .pageHeading h1 {
514
- font-size: 2rem;
515
- }
516
-
517
- #containerWd {
518
- width: 100% !important;
519
- padding: 0px 15px;
520
- }
521
-
522
- .actives {
523
- top: 102px;
524
- display: flex;
525
- right: -5px;
526
- }
527
-
528
- .fillterWrapper input {
529
- width: 100%;
530
- margin-bottom: 10px;
531
- }
532
- }
533
-
534
- @media (max-width: 992px) {
535
- .navbar-nav .nav-item {
536
- padding: 0px !important;
537
- }
538
- }
data/assets/css/news.css DELETED
@@ -1,48 +0,0 @@
1
- .rowHeight2 {
2
- margin-top: 50px;
3
- margin-bottom: 120px;
4
- top: 0;
5
- }
6
-
7
- .news {
8
- padding: 15px;
9
- background-color: #29dec0;
10
- margin-left: 0;
11
- margin-top: 0;
12
- text-align: center;
13
- color: white;
14
- width: 100%;
15
- }
16
-
17
- .meduim-text2 {
18
- margin: 0 0 25px;
19
- font-size: 20px;
20
- font-weight: 600;
21
- color: #11304e;
22
- position: relative;
23
- padding-right: 30px;
24
- line-height: 1.4;
25
- cursor: pointer;
26
- padding-left: 48px;
27
- }
28
-
29
- .meduim-text {
30
- font-size: 14px;
31
- padding-left: 48px;
32
- font-weight: 500;
33
- line-height: 1.75;
34
- text-align: left;
35
- color: #536571;
36
- margin: 0 0 25px;
37
- height: auto;
38
- overflow: hidden;
39
- }
40
-
41
- @media (max-width: 768px) {
42
-
43
- .meduim-text,
44
- .meduim-text2 {
45
- padding-left: 0px;
46
- text-align: center;
47
- }
48
- }