mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 04:58:53 +00:00
web/about: replace the godawful margin workaround
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import OuterLink from "$components/misc/OuterLink.svelte";
|
||||
</script>
|
||||
|
||||
<div id="privacy-body" class="long-text-noto">
|
||||
<div id="privacy-body" class="long-text-noto about">
|
||||
<section id="saving">
|
||||
<h3>best way to save what you love</h3>
|
||||
<p>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import OuterLink from "$components/misc/OuterLink.svelte";
|
||||
</script>
|
||||
|
||||
<div id="privacy-body" class="long-text-noto">
|
||||
<div id="privacy-body" class="long-text-noto about">
|
||||
<section id="general">
|
||||
<h3>general terms</h3>
|
||||
<p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div id="terms-body" class="long-text-noto">
|
||||
<div id="terms-body" class="long-text-noto about">
|
||||
<section id="saving">
|
||||
<section id="general">
|
||||
<h3>general terms</h3>
|
||||
|
||||
Reference in New Issue
Block a user