Skip to content

Commit 3b8ea03

Browse files
committed
Changed the font from the CRUD operations title in base.html
1 parent 3d43c47 commit 3b8ea03

File tree

1 file changed

+1
-1
lines changed
  • videogames_register/templates/videogames_register

1 file changed

+1
-1
lines changed

videogames_register/templates/videogames_register/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="col-md-10 offset-md-1 mt-5">
2828
<div class="jumbotron">
2929
<h1 class="display-4">ThreadingLabs </h1>
30-
<p class="lead font-italic">Threading Labs CRUD Management System</p>
30+
<p class="lead font-weight-light">Threading Labs CRUD Management System</p>
3131
<hr class="my-4">
3232
{% block content %}
3333
{% endblock content %}

0 commit comments

Comments
 (0)