diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 73087e6..dd800a9 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -114,7 +114,6 @@ body { padding-left: 1%; padding-right: 1%; - border: solid var(--text-color); border-radius: 50px; } } @@ -125,11 +124,23 @@ body { .Podcasts { .podcast { + + h3 { + font-size: xx-large; + } + audio { width: 90%; background-color: #F7F6EE; + margin-left: 1%; + } + + .podcast-desc { + font-size: x-large; } } + + } } diff --git a/assets/script.js b/assets/script.js index 0de6348..2e6d39a 100644 --- a/assets/script.js +++ b/assets/script.js @@ -32,6 +32,7 @@ function formatEpisodeIntoHTML(episode) { podcastDescription.innerHTML = removeAcastBranding(episode.description,true); article.append(podcastTitle,podcastAudio,podcastDescription); + article.append(document.createElement("hr")) return article } @@ -39,7 +40,7 @@ function formatEpisodeIntoHTML(episode) { window.addEventListener("DOMContentLoaded", function () { console.log( "Hewo, c'est renarde 🦊, la créatrice de ce site. Si tu veux trouver le code source du site c'est par ici -> " - + 'https://forgejo.la-taniere-solidaire.gay/' + + 'https://forgejo.la-taniere-solidaire.gay/Renarde/site-web-le-plus-beau-des-voyages' ); fetchRSSfeed().then( rssData => { diff --git a/index.html b/index.html index 6a55e11..91a65ef 100644 --- a/index.html +++ b/index.html @@ -14,21 +14,6 @@