@progressive-development/pd-calendar 0.1.2 → 0.1.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.
- package/package.json +1 -1
- package/src/PdCalendarCell.js +1 -3
package/package.json
CHANGED
package/src/PdCalendarCell.js
CHANGED
|
@@ -152,16 +152,14 @@ class PdCalendarCell extends LitElement {
|
|
|
152
152
|
not from window size, this is a topic for container queries, which are not available right now... */
|
|
153
153
|
@media (max-width: 800px) {
|
|
154
154
|
.cell-info {
|
|
155
|
-
left: 30%;
|
|
156
155
|
font-size: 1.3em;
|
|
157
156
|
}
|
|
158
157
|
.cell-number {
|
|
159
|
-
font-size: 0.
|
|
158
|
+
font-size: 0.8em;
|
|
160
159
|
}
|
|
161
160
|
}
|
|
162
161
|
@media (max-width: 500px) {
|
|
163
162
|
.cell-info {
|
|
164
|
-
left: 15%;
|
|
165
163
|
font-weight: normal;
|
|
166
164
|
font-size: 1em;
|
|
167
165
|
}
|