Skip to content

Commit

Permalink
release: version 2025.1.18 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged authored Jan 18, 2025
1 parent b3ef3b3 commit 8086111
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-forge.patterns",
"version": "2025.1.8",
"version": "2025.1.18",
"description": "Style-Forge.Patterns - versatile CSS library with pre-defined classes for responsive, consistent user interfaces.",
"type": "module",
"main": "patterns.css",
Expand Down
4 changes: 2 additions & 2 deletions patterns.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/all.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import 'base.css';
@import 'site.css';
@import 'media.css';
@import './base.css';
@import './site.css';
@import './media.css';
4 changes: 2 additions & 2 deletions src/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'footer footer footer';
}

@media (max-width: 768px) {
@media only screen and (max-width: 1024px) {
.sf-pattern.area-menu {
grid-template-columns: 1fr auto;
grid-template-rows: auto 1fr;
Expand Down Expand Up @@ -167,7 +167,7 @@
}
}

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

0 comments on commit 8086111

Please sign in to comment.