mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 07:26:21 +00:00
fix: corregidas lineas borradas en application.scss #13587
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
db90475e09
commit
058e68ee15
1 changed files with 19 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue