@intergrav/dev.css 2.0.4 → 2.0.5

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.
Files changed (2) hide show
  1. package/dev.css +6 -7
  2. package/package.json +1 -1
package/dev.css CHANGED
@@ -184,7 +184,7 @@ blockquote *:last-child {
184
184
  margin-bottom: 0;
185
185
  }
186
186
 
187
- @media (max-width: 1424px) {
187
+ @media (max-width: calc(-1px + (750px + 4rem) + ((250px + 2rem)*2))) {
188
188
  header {
189
189
  background: var(--dc-bg-2);
190
190
  border-bottom: 1px solid var(--dc-bg-3);
@@ -240,16 +240,15 @@ blockquote *:last-child {
240
240
  }
241
241
  }
242
242
 
243
- @media (min-width: 1425px) {
243
+ @media (min-width: calc((750px + 4rem) + ((250px + 2rem)*2))) {
244
244
  header {
245
- background: none;
246
- padding: 2rem 1.5rem;
245
+ padding: 2rem 2rem;
246
+ padding-right: 0;
247
247
  margin: 0;
248
248
  position: fixed;
249
249
  top: 0;
250
- left: calc(50% - 700px);
251
- width: 255px;
252
- height: 100%;
250
+ left: calc(50% - ((750px + 4rem) / 2) - (250px + 2rem));
251
+ width: 250px;
253
252
  }
254
253
 
255
254
  header nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
5
  "main": "dev.css",
6
6
  "repository": {