Skip to content

Commit

Permalink
Update from Shopify for theme non-finito-theme/main
Browse files Browse the repository at this point in the history
Committed from shop: Non Finito
  • Loading branch information
shopify[bot] authored Feb 24, 2024
1 parent 003e021 commit 212ff2d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 7 deletions.
50 changes: 50 additions & 0 deletions assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,53 @@ video {
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}

.twcss-container {
width: 100%;
}

@media (min-width: 320px) {
.twcss-container {
max-width: 320px;
}
}

@media (min-width: 750px) {
.twcss-container {
max-width: 750px;
}
}

@media (min-width: 990px) {
.twcss-container {
max-width: 990px;
}
}

@media (min-width: 1440px) {
.twcss-container {
max-width: 1440px;
}
}

@media (min-width: 1920px) {
.twcss-container {
max-width: 1920px;
}
}

.twcss-flex {
display: flex;
}

.twcss-flex-row-reverse {
flex-direction: row-reverse;
}

.twcss-items-start {
align-items: flex-start;
}

.twcss-gap-32 {
gap: 8rem;
}
11 changes: 5 additions & 6 deletions sections/header-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
},
"header": {
"type": "header",
"disabled": true,
"settings": {
"logo_position": "middle-left",
"menu": "main-menu",
"menu_type_desktop": "dropdown",
"sticky_header_type": "on-scroll-up",
"show_line_separator": true,
"menu": "",
"menu_type_desktop": "drawer",
"sticky_header_type": "always",
"show_line_separator": false,
"color_scheme": "scheme-1",
"menu_color_scheme": "",
"menu_color_scheme": "scheme-5",
"enable_country_selector": true,
"enable_language_selector": true,
"mobile_logo_position": "left",
Expand Down
2 changes: 1 addition & 1 deletion templates/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"media_size": "small",
"constrain_to_viewport": true,
"media_fit": "contain",
"gallery_layout": "stacked",
"gallery_layout": "columns",
"media_position": "right",
"image_zoom": "hover",
"mobile_thumbnails": "hide",
Expand Down

0 comments on commit 212ff2d

Please sign in to comment.