asteroid/bibi/and/jo.scss
2023-12-27 22:39:56 -08:00

19 lines
No EOL
354 B
SCSS

/*! Bibi Frame Style */
iframe.bibi-frame {
display: inline-block;
box-sizing: border-box;
position: relative;
margin: 0;
padding: 0;
border: solid 1px rgb(222,222,222);
border-radius: 1px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
vertical-align: top;
line-height: 1;
text-decoration: none;
background: transparent;
}