summaryrefslogtreecommitdiff
path: root/templates/project/widgets/iframe/iframe.scss
blob: 7c757bfcc9e05e11edf3220a5f849ac1d303c735 (plain)
1
2
3
4
5
6
7
8
.widget-iframe { 
  padding: 3px 0px 0px 0px !important;

  iframe {
    width: 100%;
    height: 100%;
  }
}