fix margins

pull/48/head
Aevann1 2022-12-05 05:43:24 +02:00
parent 3971607aee
commit aeeeabbfd7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<section>
<h5>Custom CSS</h5>
<div id="settings-custom-css" class="settings-section rounded mb-0">
<p class="text-small text-muted">Edit your custom CSS for the site</p>
<p class="text-small text-muted pt-2 pl-3">Edit your custom CSS for the site</p>
<div class="body d-lg-flex border-bottom">
<div class="w-lg-100">
<form id="profile-settings-css" action="/settings/css" method="post">
@ -24,7 +24,7 @@
<section>
<h5>Profile CSS</h5>
<div id="settings-profile-css" class="settings-section rounded mb-0">
<p class="text-small text-muted">Edit your profile CSS</p>
<p class="text-small text-muted pt-2 pl-3">Edit your profile CSS</p>
<div class="body d-lg-flex border-bottom">
<div class="w-lg-100">
<form id="profile-settings-profilecss" action="/settings/profilecss" method="post">