diff --git a/Iceshrimp.Backend/Pages/Note.cshtml.css b/Iceshrimp.Backend/Pages/Note.cshtml.css
index ef1255ae..88b0bdbe 100644
--- a/Iceshrimp.Backend/Pages/Note.cshtml.css
+++ b/Iceshrimp.Backend/Pages/Note.cshtml.css
@@ -4,7 +4,7 @@
align-items: flex-start;
background-color: #f7f7f7;
background-color: var(--background-alt);
- padding: 0 10px 0;
+ padding: 10px;
margin: 1em 0;
border-radius: 6px;
overflow: hidden;
diff --git a/Iceshrimp.Backend/wwwroot/css/default.css b/Iceshrimp.Backend/wwwroot/css/default.css
index 98e4a8b4..ef22376b 100644
--- a/Iceshrimp.Backend/wwwroot/css/default.css
+++ b/Iceshrimp.Backend/wwwroot/css/default.css
@@ -158,7 +158,7 @@ q::after {
blockquote {
border-left: 4px solid #0096bfab;
border-left: 4px solid var(--focus);
- margin: 1.5em 0;
+ margin: 0.75em 0;
padding: 0.5em 1em;
font-style: italic;
}