home
/
forge
/
roadtovirtuosity.com
/
public
/
assets
/
_scss
/
codebase
➕ New
📤 Upload
✎ Editing:
_grid.scss
← Back
// // Grid // -------------------------------------------------- // Tiny grid gutters .row.g-sm { --bs-gutter-x: #{$space-row-gutter-tiny}; > .col, > [class*="col-"] { padding-left: $space-row-gutter-tiny * .5; padding-right: $space-row-gutter-tiny * .5; } .push, .block, &.items-push > div { margin-bottom: $space-row-gutter-tiny; } } // Responsive grid gutters @include media-breakpoint-down(md) { .row:not(.g-sm):not(.g-0) { --bs-gutter-x: #{$space-mobile}; > .col, > [class*="col-"] { padding-left: $space-mobile * .5; padding-right: $space-mobile * .5; } } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel