Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Reset iframe styles #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Reset iframe styles #23

wants to merge 1 commit into from

Conversation

aidarkhanov
Copy link

Updated styles for iframes as they are not responsive by default. Also addresses the border issue #17.

Updated styles for iframes as they are not responsive by default. Also addresses the border issue #17.
@@ -70,6 +71,11 @@ img:not([alt]) {
filter: blur(10px);
}

/* Remove border from iframes */
iframe {
border: 0;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

border: none;

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah it's fine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants