diff --git a/src/components/disclaimer-modal/disclaimer-modal.module.css b/src/components/disclaimer-modal/disclaimer-modal.module.css
index fe7fb25f..168b75b2 100644
--- a/src/components/disclaimer-modal/disclaimer-modal.module.css
+++ b/src/components/disclaimer-modal/disclaimer-modal.module.css
@@ -25,6 +25,7 @@
}
.hd {
+ position: relative;
background-color: rgb(136, 0, 0);
color: rgb(255, 255, 255);
padding: 4px 6px;
@@ -45,11 +46,9 @@
cursor: pointer;
width: 16px;
height: 16px;
- margin-top: 4px;
- margin-right: 4px;
position: absolute;
- top: 0;
- right: 0;
+ top: 4px;
+ right: 4px;
background-image: var(--disclaimer-modal-close-button-background-image);
background-size: 100%;
background-position: center;
@@ -63,6 +62,11 @@
.bd li {
list-style-type: decimal;
list-style-position: inside;
+ margin-bottom: 16px;
+}
+
+.bd li:last-child {
+ margin-bottom: 0;
}
.bd a {
diff --git a/src/components/disclaimer-modal/disclaimer-modal.tsx b/src/components/disclaimer-modal/disclaimer-modal.tsx
index 93dd3403..668eb2e3 100644
--- a/src/components/disclaimer-modal/disclaimer-modal.tsx
+++ b/src/components/disclaimer-modal/disclaimer-modal.tsx
@@ -34,14 +34,12 @@ const DisclaimerModal = () => {
The content on boards may be for mature audiences only and may not be suitable for minors. Boards are created and moderated by individual owners who run
their own nodes. If you are a minor or it is illegal for you to access mature content, do not proceed.
-