Skip to content

Commit

Permalink
Fix site-section
Browse files Browse the repository at this point in the history
  • Loading branch information
UpperCod committed Aug 11, 2022
1 parent d05d16a commit 4b66541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"start": "vite --force",
Expand Down
2 changes: 0 additions & 2 deletions src/site-section/site-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ siteSection.styles = [
align-items: var(--align);
gap: var(--gap);
grid-template:
"header header" auto
"left right" auto
"content content" auto / 1fr 1fr;
}
@media (max-width: 768px) {
.layout {
grid-template:
"header" auto
"left" auto
"right" auto
"content" auto / 1fr;
Expand Down

0 comments on commit 4b66541

Please sign in to comment.