appscms-tools-theme 2.7.2 → 2.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +4 -4
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/calculators/en/biology-calc/bulb-spacing.json +78 -78
  11. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +52 -52
  12. data/_data/calculators/en/chemistry-calc/activation-energy.json +44 -44
  13. data/_data/calculators/en/finance-calc/401k.json +122 -122
  14. data/_data/contact/en/contact.json +38 -38
  15. data/_data/disclaimer/en/disclaimer.json +37 -37
  16. data/_data/download/en/download.json +35 -35
  17. data/_data/feature/en/3_shop_posters.json +351 -351
  18. data/_data/feature/en/allele-frequency.json +246 -246
  19. data/_data/feature/en/batch-conversion.json +77 -77
  20. data/_data/feature/en/compress-pdf.json +202 -202
  21. data/_data/feature/en/face-detection.json +52 -52
  22. data/_data/feature/en/split-pdf.json +115 -115
  23. data/_data/feature/en/theframe.json +56 -56
  24. data/_data/feature/hi/compress-pdf.json +81 -81
  25. data/_data/feature/tr/compress-pdf.json +80 -80
  26. data/_data/filecomparison/en/filecomparison.json +38 -38
  27. data/_data/fileinfo/en/fileinfo.json +15 -15
  28. data/_data/footer/en/data.json +166 -166
  29. data/_data/footer/hi/data.json +68 -68
  30. data/_data/footer/networksites.json +15 -15
  31. data/_data/header/en/data.json +174 -174
  32. data/_data/header/hi/data.json +144 -144
  33. data/_data/home/en/en.json +285 -285
  34. data/_data/home/en/photoeffects.json +23 -23
  35. data/_data/home/en/posters.json +323 -323
  36. data/_data/home/hi/hi.json +86 -86
  37. data/_data/home-1/en/en.json +229 -229
  38. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  39. data/_data/languagesupport/index-langs.json +13 -13
  40. data/_data/photo-categories.json +104 -104
  41. data/_data/photoeffects.json +31 -31
  42. data/_data/privacy/en/privacyPolicy.json +265 -265
  43. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  44. data/_includes/Rating/rating.html +92 -92
  45. data/_includes/Rating/structureddata.html +53 -53
  46. data/_includes/Usp/usp.html +95 -95
  47. data/_includes/adblocker.html +135 -135
  48. data/_includes/adsense/adsense.html +7 -7
  49. data/_includes/alternates/alternates.html +45 -45
  50. data/_includes/author_bio.html +16 -16
  51. data/_includes/authors/authors.html +67 -67
  52. data/_includes/batch-conversion.html +65 -65
  53. data/_includes/cssfile/links.html +11 -11
  54. data/_includes/custom-head.html +136 -136
  55. data/_includes/customblog/recentposts.html +67 -69
  56. data/_includes/customblog/relatedposts.html +203 -203
  57. data/_includes/disqus_comments.html +10 -10
  58. data/_includes/dropdown/langdropdown.html +22 -22
  59. data/_includes/feature.html +37 -37
  60. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  61. data/_includes/fileformat/comparisonfiles.html +151 -151
  62. data/_includes/fileformat/fileformatdetail.html +101 -101
  63. data/_includes/fileformat/fileinfoformat.html +93 -93
  64. data/_includes/footer/index.html +534 -529
  65. data/_includes/google-analytics.html +22 -22
  66. data/_includes/head/index.html +235 -235
  67. data/_includes/header/blogHeader.html +34 -34
  68. data/_includes/header/index.html +188 -188
  69. data/_includes/languages/languages.html +60 -60
  70. data/_includes/monumetric/ads.html +57 -57
  71. data/_includes/monumetric/monumetric.html +57 -57
  72. data/_includes/monumetric/profitablecpmgate.html +51 -51
  73. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  74. data/_includes/paginationBlogPage.html +71 -71
  75. data/_includes/paginationPostPage.html +14 -14
  76. data/_includes/postauthorbio.html +17 -17
  77. data/_includes/postbox.html +31 -31
  78. data/_includes/script.html +63 -63
  79. data/_includes/section/alertbar.html +11 -11
  80. data/_includes/section/count.html +36 -36
  81. data/_includes/section/recent_posts.html +65 -67
  82. data/_includes/section/related_categories_post.html +198 -198
  83. data/_includes/share/socialshare.html +20 -20
  84. data/_includes/staticfooter.html +67 -67
  85. data/_layouts/aboutUs.html +34 -34
  86. data/_layouts/batch.html +102 -102
  87. data/_layouts/blog-1.html +83 -85
  88. data/_layouts/blog.html +94 -96
  89. data/_layouts/calculator.html +89 -89
  90. data/_layouts/categories.html +33 -33
  91. data/_layouts/contactUs.html +124 -124
  92. data/_layouts/default.html +1 -1
  93. data/_layouts/disclaimer.html +123 -123
  94. data/_layouts/download.html +299 -299
  95. data/_layouts/feature-1.html +320 -320
  96. data/_layouts/feature-download.html +308 -308
  97. data/_layouts/feature.html +258 -259
  98. data/_layouts/featureResultPage.html +58 -58
  99. data/_layouts/fileInfo.html +39 -39
  100. data/_layouts/filecomparison.html +85 -85
  101. data/_layouts/frame.html +434 -434
  102. data/_layouts/help.html +23 -23
  103. data/_layouts/home-1.html +229 -229
  104. data/_layouts/home.html +249 -250
  105. data/_layouts/homeResultPage.html +31 -31
  106. data/_layouts/imagekit.html +125 -125
  107. data/_layouts/page.html +5 -5
  108. data/_layouts/photo-effects-home.html +193 -193
  109. data/_layouts/post.html +177 -177
  110. data/_layouts/privacyPolicy.html +637 -637
  111. data/_layouts/termAndCondition.html +646 -646
  112. data/assets/cross.svg +4 -4
  113. data/assets/css/adblocker.css +187 -187
  114. data/assets/css/batch.css +437 -437
  115. data/assets/css/blog-1.css +65 -65
  116. data/assets/css/blog.css +491 -491
  117. data/assets/css/bootstrap.min.css +6 -6
  118. data/assets/css/calculators.css +47 -47
  119. data/assets/css/common.css +550 -550
  120. data/assets/css/feature-1.css +290 -290
  121. data/assets/css/filecomparison.css +25 -25
  122. data/assets/css/frame.css +781 -781
  123. data/assets/css/home-1.css +187 -187
  124. data/assets/css/imagekit.css +840 -840
  125. data/assets/css/tools.css +1282 -1282
  126. data/assets/facebook.svg +4 -4
  127. data/assets/images/abp.svg +41 -41
  128. data/assets/images/adblock.svg +266 -266
  129. data/assets/images/addimg.svg +2 -2
  130. data/assets/images/convert.svg +8 -8
  131. data/assets/images/safevideoconverter.svg +23 -23
  132. data/assets/images/uo.svg +41 -41
  133. data/assets/images/vectorpaint.svg +5 -5
  134. data/assets/instagram.svg +4 -4
  135. data/assets/js/TopScroll.js +8 -8
  136. data/assets/js/adBlocker.js +44 -44
  137. data/assets/js/ads.js +8 -8
  138. data/assets/js/append-div.js +10 -10
  139. data/assets/js/batch.js +229 -229
  140. data/assets/js/calculator-tooltip.js +3 -3
  141. data/assets/js/face-api.js +38064 -38064
  142. data/assets/js/face-detection.js +303 -303
  143. data/assets/js/featureResult.js +42 -42
  144. data/assets/js/frame.js +262 -262
  145. data/assets/js/googledrive.js +155 -155
  146. data/assets/js/homeResult.js +36 -36
  147. data/assets/js/manifest.json +16 -16
  148. data/assets/js/multiselect.js +157 -157
  149. data/assets/js/perspective.min.js +182 -182
  150. data/assets/js/photo-effects.json +84 -84
  151. data/assets/js/redirectResult.js +9 -9
  152. data/assets/js/testing-batch.js +39 -39
  153. data/assets/js/theme.js +44 -44
  154. data/assets/linkdin.svg +4 -4
  155. data/assets/noserverupload.svg +4 -4
  156. data/assets/pdf.svg +20 -20
  157. data/assets/secure.svg +43 -43
  158. data/assets/star.svg +4 -4
  159. data/assets/twitter.svg +4 -4
  160. data/assets/youtube.svg +4 -4
  161. metadata +7 -7
@@ -1,291 +1,291 @@
1
- :root {
2
- --maincolor: #e55c5c;
3
- }
4
-
5
- #dropfile {
6
- font-size: 16px;
7
- margin-top: 15px;
8
- text-align: center;
9
- color: white;
10
- }
11
-
12
- .boxes {
13
- background: #fff;
14
- border-radius: 0;
15
- cursor: pointer;
16
- display: flex;
17
- align-items: center;
18
- padding: 15px 24px;
19
- height: 54px;
20
- border-top-left-radius: 4px;
21
- border-bottom-left-radius: 4px;
22
- justify-content: center;
23
- font-size: 15px;
24
- font-weight: 400;
25
- margin-top: -14px;
26
- }
27
-
28
- .boxes p {
29
- text-align: center;
30
- font-weight: bold;
31
- font-size: 23px;
32
- }
33
-
34
- .file-pick-dropdown {
35
- cursor: pointer;
36
- display: inline-flex;
37
- background: #fff;
38
- height: 54px;
39
- border-left: 1px solid rgba(0, 0, 0, 0.15);
40
- padding: 13px 20px;
41
- border-top-right-radius: 4px;
42
- border-bottom-right-radius: 4px;
43
- align-items: center;
44
- position: relative;
45
- margin-top: -14px;
46
- }
47
-
48
- .file-pick-dropdown i {
49
- margin: 0;
50
- }
51
-
52
- .file-picker-dropdown {
53
- width: 235px;
54
- position: absolute;
55
- background: #fff;
56
- top: 111%;
57
- right: 0px;
58
- display: none;
59
- box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
60
- border-radius: 4px;
61
- }
62
-
63
- .arrow-sign {
64
- font-size: 18px;
65
- }
66
-
67
- .file-picker-dropdown svg {
68
- height: 24px;
69
- width: 24px;
70
- }
71
-
72
- .file-picker-dropdown button,
73
- .file-picker-dropdown a {
74
- border: none;
75
- width: 100%;
76
- border-radius: 4px;
77
- text-align: left;
78
- background: #fff;
79
- font-weight: 400;
80
- font-size: 16px;
81
- line-height: 24px;
82
- padding: 15px 24px;
83
- list-style: none;
84
- height: 54px;
85
- }
86
-
87
- .file-picker-dropdown button:hover {
88
- background: #efefef;
89
- }
90
-
91
- #file-loader {
92
- display: flex;
93
- align-items: center;
94
- flex-direction: column;
95
- }
96
-
97
- #file-loader img {
98
- height: 60px;
99
- }
100
-
101
- #file-loader p {
102
- text-align: center;
103
- color: #000;
104
- font-size: 17px;
105
- }
106
-
107
- .feature1-flex-container {
108
- padding-top: 75px;
109
- padding-bottom: 20px;
110
- }
111
-
112
- #filepicker,
113
- #dropbox {
114
- font-size: 13px;
115
- }
116
-
117
-
118
-
119
- /* feature css */
120
- #canvas-box-panel {
121
- border: 1px solid rgba(0, 0, 0, 0.1);
122
- padding: 25px;
123
- border-radius: 4px;
124
- min-height: auto;
125
- height: auto;
126
- display: flex;
127
- justify-content: center;
128
- align-items: center;
129
- }
130
-
131
- #canvas-box-panel #canvas-img {
132
- max-width: 100%;
133
- }
134
-
135
- canvas {
136
- min-height: fit-content;
137
- max-width: 100%;
138
- }
139
-
140
- .select-format-title {
141
- position: relative;
142
- display: inline-block;
143
- font-size: 16px;
144
- padding: 0px 24px 0px 0px;
145
- color: #066;
146
- border-right: 1px solid #eee;
147
- text-decoration: none;
148
- filter: grayscale(100%);
149
- display: flex;
150
- justify-content: left;
151
- text-transform: capitalize;
152
- font-size: 16px;
153
- font-weight: 600;
154
- }
155
-
156
- .download-format {
157
- display: flex;
158
- align-items: center;
159
- padding: 0px 24px;
160
- }
161
-
162
- #image-format {
163
- background: rgb(238 238 238);
164
- padding: 6px 33px 6px 16px;
165
- border-radius: 4px;
166
- width: 123px;
167
- border: 1px solid rgb(238 238 238);
168
- outline: none;
169
- margin-left: 7px;
170
- /* border: none; */
171
- font-weight: bold;
172
- font-size: 15px;
173
- color: #555;
174
- text-transform: uppercase;
175
- margin-left: 6px;
176
- }
177
-
178
- #download-button {
179
- cursor: pointer;
180
- display: inline-block;
181
- width: 140px;
182
- padding: 10px 0;
183
- margin-bottom: 20px;
184
- text-align: center;
185
- border-radius: 4px;
186
- background: var(--maincolor);
187
- font-size: 16px;
188
- color: #fff;
189
- font-weight: 700;
190
- text-decoration: none;
191
- transition: all 0.3s;
192
- border: none;
193
- }
194
-
195
- #download-button svg {
196
- fill: #fff;
197
- margin-right: 4px;
198
- height: 20px;
199
- }
200
-
201
- .options-panel {
202
- border: 1px solid rgb(0, 0, 0, 0.1);
203
- border-radius: 4px;
204
- padding: 30px;
205
- width: 100%;
206
- text-align: left;
207
- height: 100%;
208
- }
209
-
210
- .options-panel .title {
211
- width: 100%;
212
- margin-bottom: 20px;
213
- font-size: 22px;
214
- line-height: 36px;
215
- color: #000;
216
- font-weight: 700;
217
- text-align: left;
218
- }
219
-
220
- .options-panel .description {
221
- width: 100%;
222
- font-size: 17px;
223
- color: #666;
224
- font-weight: 400;
225
- text-align: left;
226
- }
227
-
228
-
229
- .options-title {
230
- width: 100%;
231
- font-size: 17px;
232
- color: #666;
233
- font-weight: 400;
234
- text-align: left;
235
- }
236
-
237
- #counter {
238
- background: #ccc;
239
- padding: 2px 4px;
240
- border-radius: 5px;
241
- display: inline-block;
242
- width: auto;
243
- margin: auto;
244
- margin-left: 4px;
245
- border: none;
246
- text-align: center;
247
- }
248
-
249
- input[type=range] {
250
- appearance: none;
251
- height: 4px;
252
- background: #D3D3D3;
253
- }
254
-
255
- @media (max-width: 768px) {
256
- .download-format {
257
- padding: 0 15px;
258
- }
259
-
260
- .options-panel {
261
- margin-top: 15px;
262
- }
263
-
264
- .boxes {
265
- font-size: 14px;
266
- }
267
-
268
- .select-format-title {
269
- font-size: 12px;
270
- line-height: 20px;
271
- }
272
-
273
- #image-format {
274
- width: auto;
275
- }
276
-
277
- #image-format,
278
- #download-button {
279
- margin-left: auto;
280
- font-size: 12px;
281
- }
282
-
283
- .download-button-container {
284
- justify-content: flex-end;
285
- }
286
-
287
- .file-picker-dropdown {
288
- width: 230px;
289
- }
290
-
1
+ :root {
2
+ --maincolor: #e55c5c;
3
+ }
4
+
5
+ #dropfile {
6
+ font-size: 16px;
7
+ margin-top: 15px;
8
+ text-align: center;
9
+ color: white;
10
+ }
11
+
12
+ .boxes {
13
+ background: #fff;
14
+ border-radius: 0;
15
+ cursor: pointer;
16
+ display: flex;
17
+ align-items: center;
18
+ padding: 15px 24px;
19
+ height: 54px;
20
+ border-top-left-radius: 4px;
21
+ border-bottom-left-radius: 4px;
22
+ justify-content: center;
23
+ font-size: 15px;
24
+ font-weight: 400;
25
+ margin-top: -14px;
26
+ }
27
+
28
+ .boxes p {
29
+ text-align: center;
30
+ font-weight: bold;
31
+ font-size: 23px;
32
+ }
33
+
34
+ .file-pick-dropdown {
35
+ cursor: pointer;
36
+ display: inline-flex;
37
+ background: #fff;
38
+ height: 54px;
39
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
40
+ padding: 13px 20px;
41
+ border-top-right-radius: 4px;
42
+ border-bottom-right-radius: 4px;
43
+ align-items: center;
44
+ position: relative;
45
+ margin-top: -14px;
46
+ }
47
+
48
+ .file-pick-dropdown i {
49
+ margin: 0;
50
+ }
51
+
52
+ .file-picker-dropdown {
53
+ width: 235px;
54
+ position: absolute;
55
+ background: #fff;
56
+ top: 111%;
57
+ right: 0px;
58
+ display: none;
59
+ box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
60
+ border-radius: 4px;
61
+ }
62
+
63
+ .arrow-sign {
64
+ font-size: 18px;
65
+ }
66
+
67
+ .file-picker-dropdown svg {
68
+ height: 24px;
69
+ width: 24px;
70
+ }
71
+
72
+ .file-picker-dropdown button,
73
+ .file-picker-dropdown a {
74
+ border: none;
75
+ width: 100%;
76
+ border-radius: 4px;
77
+ text-align: left;
78
+ background: #fff;
79
+ font-weight: 400;
80
+ font-size: 16px;
81
+ line-height: 24px;
82
+ padding: 15px 24px;
83
+ list-style: none;
84
+ height: 54px;
85
+ }
86
+
87
+ .file-picker-dropdown button:hover {
88
+ background: #efefef;
89
+ }
90
+
91
+ #file-loader {
92
+ display: flex;
93
+ align-items: center;
94
+ flex-direction: column;
95
+ }
96
+
97
+ #file-loader img {
98
+ height: 60px;
99
+ }
100
+
101
+ #file-loader p {
102
+ text-align: center;
103
+ color: #000;
104
+ font-size: 17px;
105
+ }
106
+
107
+ .feature1-flex-container {
108
+ padding-top: 75px;
109
+ padding-bottom: 20px;
110
+ }
111
+
112
+ #filepicker,
113
+ #dropbox {
114
+ font-size: 13px;
115
+ }
116
+
117
+
118
+
119
+ /* feature css */
120
+ #canvas-box-panel {
121
+ border: 1px solid rgba(0, 0, 0, 0.1);
122
+ padding: 25px;
123
+ border-radius: 4px;
124
+ min-height: auto;
125
+ height: auto;
126
+ display: flex;
127
+ justify-content: center;
128
+ align-items: center;
129
+ }
130
+
131
+ #canvas-box-panel #canvas-img {
132
+ max-width: 100%;
133
+ }
134
+
135
+ canvas {
136
+ min-height: fit-content;
137
+ max-width: 100%;
138
+ }
139
+
140
+ .select-format-title {
141
+ position: relative;
142
+ display: inline-block;
143
+ font-size: 16px;
144
+ padding: 0px 24px 0px 0px;
145
+ color: #066;
146
+ border-right: 1px solid #eee;
147
+ text-decoration: none;
148
+ filter: grayscale(100%);
149
+ display: flex;
150
+ justify-content: left;
151
+ text-transform: capitalize;
152
+ font-size: 16px;
153
+ font-weight: 600;
154
+ }
155
+
156
+ .download-format {
157
+ display: flex;
158
+ align-items: center;
159
+ padding: 0px 24px;
160
+ }
161
+
162
+ #image-format {
163
+ background: rgb(238 238 238);
164
+ padding: 6px 33px 6px 16px;
165
+ border-radius: 4px;
166
+ width: 123px;
167
+ border: 1px solid rgb(238 238 238);
168
+ outline: none;
169
+ margin-left: 7px;
170
+ /* border: none; */
171
+ font-weight: bold;
172
+ font-size: 15px;
173
+ color: #555;
174
+ text-transform: uppercase;
175
+ margin-left: 6px;
176
+ }
177
+
178
+ #download-button {
179
+ cursor: pointer;
180
+ display: inline-block;
181
+ width: 140px;
182
+ padding: 10px 0;
183
+ margin-bottom: 20px;
184
+ text-align: center;
185
+ border-radius: 4px;
186
+ background: var(--maincolor);
187
+ font-size: 16px;
188
+ color: #fff;
189
+ font-weight: 700;
190
+ text-decoration: none;
191
+ transition: all 0.3s;
192
+ border: none;
193
+ }
194
+
195
+ #download-button svg {
196
+ fill: #fff;
197
+ margin-right: 4px;
198
+ height: 20px;
199
+ }
200
+
201
+ .options-panel {
202
+ border: 1px solid rgb(0, 0, 0, 0.1);
203
+ border-radius: 4px;
204
+ padding: 30px;
205
+ width: 100%;
206
+ text-align: left;
207
+ height: 100%;
208
+ }
209
+
210
+ .options-panel .title {
211
+ width: 100%;
212
+ margin-bottom: 20px;
213
+ font-size: 22px;
214
+ line-height: 36px;
215
+ color: #000;
216
+ font-weight: 700;
217
+ text-align: left;
218
+ }
219
+
220
+ .options-panel .description {
221
+ width: 100%;
222
+ font-size: 17px;
223
+ color: #666;
224
+ font-weight: 400;
225
+ text-align: left;
226
+ }
227
+
228
+
229
+ .options-title {
230
+ width: 100%;
231
+ font-size: 17px;
232
+ color: #666;
233
+ font-weight: 400;
234
+ text-align: left;
235
+ }
236
+
237
+ #counter {
238
+ background: #ccc;
239
+ padding: 2px 4px;
240
+ border-radius: 5px;
241
+ display: inline-block;
242
+ width: auto;
243
+ margin: auto;
244
+ margin-left: 4px;
245
+ border: none;
246
+ text-align: center;
247
+ }
248
+
249
+ input[type=range] {
250
+ appearance: none;
251
+ height: 4px;
252
+ background: #D3D3D3;
253
+ }
254
+
255
+ @media (max-width: 768px) {
256
+ .download-format {
257
+ padding: 0 15px;
258
+ }
259
+
260
+ .options-panel {
261
+ margin-top: 15px;
262
+ }
263
+
264
+ .boxes {
265
+ font-size: 14px;
266
+ }
267
+
268
+ .select-format-title {
269
+ font-size: 12px;
270
+ line-height: 20px;
271
+ }
272
+
273
+ #image-format {
274
+ width: auto;
275
+ }
276
+
277
+ #image-format,
278
+ #download-button {
279
+ margin-left: auto;
280
+ font-size: 12px;
281
+ }
282
+
283
+ .download-button-container {
284
+ justify-content: flex-end;
285
+ }
286
+
287
+ .file-picker-dropdown {
288
+ width: 230px;
289
+ }
290
+
291
291
  }
@@ -1,25 +1,25 @@
1
- body {
2
- font-family: 'Inter', sans-serif;
3
- }
4
- .file-comparison-page p,
5
- h1,
6
- h2 {
7
- font-family: 'Inter', sans-serif;
8
- }
9
- .file-comparison-page h1 {
10
- font-size: 32px;
11
- font-weight: 700;
12
- }
13
- .file-comparison-page img {
14
- width: 100%;
15
- height: 100%;
16
- border-radius: 8px;
17
- margin-top: 15px;
18
- }
19
- .file-comparison-page p {
20
- font-size: 17px;
21
- color: rgba(41, 41, 41);
22
- margin-bottom: 1.56em;
23
- line-height: 28px;
24
- letter-spacing: -0.003em;
25
- }
1
+ body {
2
+ font-family: 'Inter', sans-serif;
3
+ }
4
+ .file-comparison-page p,
5
+ h1,
6
+ h2 {
7
+ font-family: 'Inter', sans-serif;
8
+ }
9
+ .file-comparison-page h1 {
10
+ font-size: 32px;
11
+ font-weight: 700;
12
+ }
13
+ .file-comparison-page img {
14
+ width: 100%;
15
+ height: 100%;
16
+ border-radius: 8px;
17
+ margin-top: 15px;
18
+ }
19
+ .file-comparison-page p {
20
+ font-size: 17px;
21
+ color: rgba(41, 41, 41);
22
+ margin-bottom: 1.56em;
23
+ line-height: 28px;
24
+ letter-spacing: -0.003em;
25
+ }