Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created January 13, 2025 10:50
Show Gist options
  • Select an option

  • Save Lego2012/103d009349a356cd1a41bc95187fc7fd to your computer and use it in GitHub Desktop.

Select an option

Save Lego2012/103d009349a356cd1a41bc95187fc7fd to your computer and use it in GitHub Desktop.

Abstand der Bilder und Videos

.wp-block-image,
.wp-block-video,
.wp-block-embed {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

Schatten der Bilder und Videos

.wp-block-image img,
.wp-block-image video,
.wp-block-embed {
    box-shadow: rgba(0, 0, 0, .3) 5px 5px 5px 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment