forked from rDrama/rDrama
1
0
Fork 0

css. -> CSS (fix spelling)

master
justcool393 2022-11-03 20:05:04 -05:00
parent ac36b35588
commit 217e401979
1 changed files with 2 additions and 12 deletions

View File

@ -5,17 +5,11 @@
{% block content %} {% block content %}
<div class="row"> <div class="row">
<div class="col col-md-8"> <div class="col col-md-8">
<div class="settings"> <div class="settings">
<div id="description"> <div id="description">
<p class="text-small text-muted">Edit your profile CSS</p>
<p class="text-small text-muted">Edit your profile css.</p>
<div class="settings-section rounded mb-0"> <div class="settings-section rounded mb-0">
<div class="body d-lg-flex border-bottom"> <div class="body d-lg-flex border-bottom">
<div class="w-lg-100"> <div class="w-lg-100">
<form id="profile-settings" action="/settings/profilecss" method="post"> <form id="profile-settings" action="/settings/profilecss" method="post">
@ -27,13 +21,9 @@
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</div>
</div> </div>
</div>
</div> </div>
</div> </div>
</div> </div>