@intergrav/dev.css 2.0.8 → 2.0.10

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 +3 -3
  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: calc(-1px + (750px + 5rem) + ((250px + 2rem)*2))) {
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);
@@ -250,7 +250,7 @@ blockquote *:last-child {
250
250
  }
251
251
  }
252
252
 
253
- @media (min-width: calc((750px + 5rem) + ((250px + 2rem)*2))) {
253
+ @media (min-width: calc((750px + 4rem) + ((250px + 2rem)*2))) {
254
254
  header {
255
255
  padding: 2rem;
256
256
  padding-right: 0;
@@ -259,7 +259,7 @@ blockquote *:last-child {
259
259
  top: 0;
260
260
  left: calc(50% - ((750px + 4rem) / 2) - (250px + 2rem));
261
261
  width: 250px;
262
- height: 100%;
262
+ height: calc(100% - 1rem);
263
263
  overflow-y: auto;
264
264
  }
265
265
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
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": {