@paroicms/playground_demo2 0.76.2 → 0.76.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @paroicms/playground_demo2@0.76.2 build
2
+ > @paroicms/playground_demo2@0.76.3 build
3
3
  > postcss theme/assets/css/index.css -o theme/assets/index.css
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.76.3
4
+
5
+ ### Patch Changes
6
+
7
+ - cdc6b7b: Fixed login screen and improved UI
8
+
3
9
  ## 0.76.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo2",
3
- "version": "0.76.2",
3
+ "version": "0.76.3",
4
4
  "description": "Demonstration website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -209,11 +209,9 @@
209
209
  <section class="Container">
210
210
  <h1>Test Video</h1>
211
211
  {% if doc.field.video %}
212
- <div class="Deafness-videoPresentate Span4 Mb50">
213
- Video featured
214
- {{ doc.field.video | platformVideo }}
215
- {{ doc.field.video | info }}
216
- </div>
212
+ Video featured
213
+ {{ doc.field.video | platformVideo }}
214
+ {{ doc.field.video | info }}
217
215
  {% endif %}
218
216
  </section>
219
217
  </main>