diff --git a/public/img/peertube-interface.jpg b/public/img/peertube-interface.jpg deleted file mode 100644 index 5e3d891..0000000 Binary files a/public/img/peertube-interface.jpg and /dev/null differ diff --git a/public/img/peertube-screenshot.jpg b/public/img/peertube-screenshot.jpg new file mode 100644 index 0000000..d2a1a6e Binary files /dev/null and b/public/img/peertube-screenshot.jpg differ diff --git a/src/scss/_mixins.scss b/src/scss/_mixins.scss index 90a795e..63242d3 100644 --- a/src/scss/_mixins.scss +++ b/src/scss/_mixins.scss @@ -14,7 +14,8 @@ display: flex; flex-direction: column; - img { + img, + .iframe-responsive { margin: 30px 0; & + .citation { diff --git a/src/scss/main.scss b/src/scss/main.scss index d7839c4..b6d49e3 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -174,7 +174,7 @@ article li > a { .section-title { font-size: 34px; font-weight: $font-semibold; - margin: 100px 0; + margin: 100px 0 50px; font-family: 'Proza Libre', sans-serif; .border-title { @@ -360,3 +360,17 @@ article li > a { text-align: center; width: fit-content; } + +.iframe-responsive { + position: relative; + overflow: hidden; + padding-top: 56.25%; + + iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } +} diff --git a/src/views/Home.vue b/src/views/Home.vue index 53969c7..8e1dfca 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -57,11 +57,15 @@
-