🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 07:27:37 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
sass
/
backend
/
editor
/
blocks
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/sass/backend/editor/blocks
🔄 Refresh
✏️
Editing: alignment.scss
Writable
@use "variables"; .is-root-container { // full width blocks > .alignfull { margin-inline: var(--has-wide, -#{variables.$sides_spacing}); } > .wp-block { &.alignleft { margin-inline-start: calc( ( 100% - #{'min(var(--theme-block-max-width), 100%)'} ) / 2 ); } &.alignright { margin-inline-end: calc( ( 100% - #{'min(var(--theme-block-max-width), 100%)'} ) / 2 ); } } }
💾 Save Changes
❌ Cancel