Files
FixIt/assets/css/_shortcodes/_douyin.scss
T
2024-05-20 14:08:30 +08:00

17 lines
230 B
SCSS

.douyin {
position: relative;
width: 100%;
height: 0;
padding-bottom: 60.725%;
margin: 3% auto;
text-align: center;
iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
}