@scrippsproduct/entertainment-sites-css 1.1.0 → 1.1.1-7.alpha.1

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/src/index.scss CHANGED
@@ -1,17 +1,17 @@
1
- @import "_reset";
2
- @import "base";
3
- @import "episode-guide";
4
- @import "find-us";
5
- @import "footer";
6
- @import "header";
7
- @import "home";
8
- @import "page-not-found";
9
- @import "privacy-center";
10
- @import "privacy-policy";
11
- @import "schedule";
12
- @import "settings";
13
- @import "show-details";
14
- @import "shows";
15
- @import "special-lander";
16
- @import "sweeps";
1
+ @use "_reset";
2
+ @use "base";
3
+ @use "episode-guide";
4
+ @use "find-us";
5
+ @use "footer";
6
+ @use "header";
7
+ @use "home";
8
+ @use "page-not-found";
9
+ @use "privacy-center";
10
+ @use "privacy-policy";
11
+ @use "schedule";
12
+ @use "settings";
13
+ @use "show-details";
14
+ @use "shows";
15
+ @use "special-lander";
16
+ @use "sweeps";
17
17
 
@@ -2,7 +2,7 @@
2
2
  max-width: 46.875rem;
3
3
  height: auto;
4
4
  border: 1px solid #c0c2c7;
5
- margin: auto auto 6rem;
5
+ margin: auto;
6
6
  }
7
7
  .ot-form__wrapper > p {
8
8
  padding: 3rem 6rem 2rem;
package/src/schedule.scss CHANGED
@@ -72,6 +72,12 @@ sticky-content-wrapper[data-pinned-state=pinned] {
72
72
  max-inline-size: 80ch;
73
73
  margin-top: 1.5rem;
74
74
  }
75
+
76
+ &:first-of-type {
77
+ @media screen and (max-width: 50rem){
78
+ margin-block-start: 0;
79
+ }
80
+ }
75
81
  }
76
82
 
77
83
  > .string-list {
@@ -99,6 +105,9 @@ sticky-content-wrapper[data-pinned-state=pinned] {
99
105
  font-size: 1.125rem;
100
106
  margin-bottom: 0.75rem;
101
107
  margin-block-end: 0.75rem;
108
+ word-wrap: normal;
109
+ text-wrap: nowrap;
110
+ white-space: nowrap;
102
111
  }
103
112
 
104
113
  date-navigation {