diff --git a/res/include/style/layout.css b/res/include/style/layout.css index cdca2ca..fca4a88 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -75,6 +75,7 @@ header, footer { } header > h1 { text-shadow: 1px 1px 10px var(--shadow_color); + margin-bottom: 50px; } footer { padding: 200px 8px 40px 8px; @@ -249,7 +250,6 @@ h1, h2, h3, h4, h5, h6, .light { h1 { font-size: 2.5em; text-align: center; - margin-bottom: 1em; } h2 { font-size: 2em; diff --git a/svelte/src/file_viewer/viewers/Torrent.svelte b/svelte/src/file_viewer/viewers/Torrent.svelte index ba338b5..19dac2f 100644 --- a/svelte/src/file_viewer/viewers/Torrent.svelte +++ b/svelte/src/file_viewer/viewers/Torrent.svelte @@ -78,15 +78,14 @@ const copy_magnet = () => {