Skip to content

Commit 56e3c01

Browse files
committed
release: version 2025.1.18
1 parent b3ef3b3 commit 56e3c01

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-forge.patterns",
3-
"version": "2025.1.8",
3+
"version": "2025.1.18",
44
"description": "Style-Forge.Patterns - versatile CSS library with pre-defined classes for responsive, consistent user interfaces.",
55
"type": "module",
66
"main": "patterns.css",

patterns.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/all.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@import 'base.css';
2-
@import 'site.css';
3-
@import 'media.css';
1+
@import './base.css';
2+
@import './site.css';
3+
@import './media.css';

src/site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'footer footer footer';
9191
}
9292

93-
@media (max-width: 768px) {
93+
@media only screen and (max-width: 1024px) {
9494
.sf-pattern.area-menu {
9595
grid-template-columns: 1fr auto;
9696
grid-template-rows: auto 1fr;
@@ -167,7 +167,7 @@
167167
}
168168
}
169169

170-
@media (max-width: 480px) {
170+
@media only screen and (max-width: 600px) {
171171
.sf-pattern.area-aside {
172172
grid-template-rows: 1fr auto;
173173
grid-template-areas:

0 commit comments

Comments
 (0)