You are here

simple_instagram_feed.css in Simple Instagram Feed Block 8.3

Same filename and directory in other branches
  1. 7 css/simple_instagram_feed.css
  2. 1.0.x css/simple_instagram_feed.css
.instagram-feed {
  overflow: hidden;
}

.instagram-feed .instagram_profile,
.instagram-feed .instagram_gallery {
  overflow: hidden;
}

File

css/simple_instagram_feed.css
View source
  1. .instagram-feed {
  2. overflow: hidden;
  3. }
  4. .instagram-feed .instagram_profile,
  5. .instagram-feed .instagram_gallery {
  6. overflow: hidden;
  7. }