Skip to content

Commit

Permalink
Fixed conflicts in css rules probably coming from divergence b/w deve…
Browse files Browse the repository at this point in the history
…lop & master branches.
  • Loading branch information
geoffroy-noel-ddh committed Dec 6, 2023
1 parent e39e626 commit 602e26d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1941,23 +1941,18 @@ footer {
}
}

.responsive-object{
padding-bottom: 0 !important;
text-align: center;
iframe{
width: 70%;
height: calc(100vw/2.3);
}
}


// // GN: seems superseded by rule at line ~85
// .responsive-object{
// padding-bottom: 0 !important;
// text-align: center;
// iframe{
// width: 70%;
// height: calc(100vw/2.3);
// }
// }


@media screen and (max-width:768px) {
iframe{
width: 100%!important;
height: calc(100vw/1.7);
}

body {
margin: 0;
Expand Down

0 comments on commit 602e26d

Please sign in to comment.