5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 07:16:22 +00:00

fix: corregidas lineas borradas en application.scss #13587
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2023-12-26 17:11:41 +01:00
parent db90475e09
commit 058e68ee15

View file

@ -583,6 +583,25 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
h4 { min-height: $h4-font-size * $headings-line-height; }
h5 { min-height: $h5-font-size * $headings-line-height; }
h6 { min-height: $h6-font-size * $headings-line-height; }
iframe { border: 0; }
audio { width: 100%; }
img,
video,
iframe {
@extend .img-fluid;
height: auto;
}
& > * {
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0;
}
}
}
.toggler {