🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 22:38:52 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
sass
/
frontend
/
4-components
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/sass/frontend/4-components
🔄 Refresh
✏️
Editing: featured-image.scss
Writable
@use "../1-helpers/functions"; .ct-featured-image { margin-left: auto; margin-right: auto; .ct-media-container { border-radius: var(--theme-border-radius); } // image alignment &:not(.alignfull) { width: var(--theme-block-width); } &:not(.alignwide):not(.alignfull) { max-width: var(--theme-block-max-width); } &.alignwide { max-width: var(--theme-block-wide-max-width); } // image spacing @include functions.media-breakpoint-down(md) { padding-bottom: 30px; } @include functions.media-breakpoint-up(lg) { padding-bottom: 50px; } // image figcaption figcaption { font-size: 14px; text-align: center; margin-top: 5px; } }
💾 Save Changes
❌ Cancel