@asd20/ui 3.2.376 → 3.2.377

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.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.376",
8
+ "version": "3.2.377",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -104,7 +104,7 @@ export default {
104
104
  position: relative;
105
105
  z-index: 100;
106
106
  padding: space(0.5) space(1);
107
-
107
+ min-height: space(2);
108
108
  display: flex;
109
109
  justify-content: space-between;
110
110
  align-items: center;
@@ -160,11 +160,11 @@ export default {
160
160
  margin-top: space(2.25);
161
161
  .asd20-video-header-content {
162
162
  position: absolute;
163
- top: space(1);
163
+ top: space(2);
164
164
  }
165
165
  }
166
166
 
167
- @media (min-width: 768px) {
167
+ @media (min-width: 667px) {
168
168
  .asd20-district-video-template {
169
169
  .asd20-video-header-content {
170
170
  top: inherit;