diff --git a/Iceshrimp.Frontend/Layout/SettingsLayout.razor.css b/Iceshrimp.Frontend/Layout/SettingsLayout.razor.css index 7fa05a08..58030428 100644 --- a/Iceshrimp.Frontend/Layout/SettingsLayout.razor.css +++ b/Iceshrimp.Frontend/Layout/SettingsLayout.razor.css @@ -12,6 +12,13 @@ } } +::deep { + h3 { + margin-top: 0.25rem; + font-size: 0.9rem; + } +} + .layout { display: flex; flex-direction: row;