asteroid/bibi/and/jo.scss

19 lines
354 B
SCSS
Raw Normal View History

2023-12-28 06:39:56 +00:00
/*! 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;
}