Skip to content

Fix behaviour of media text blocks on small viewports #6

Description

@vdwijngaert

See current custom css:

@media (max-width: 600px) {
	.wp-block-media-text.has-media-on-the-right {
		display: flex;
		flex-direction: column;
	}
	
	.wp-block-media-text__media {
		padding-bottom: 1rem;
	}
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions