File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 106
106
< footer class ="footer bg-dark ">
107
107
< div class ="container ">
108
108
< span class ="text-muted "> Chat API </ span >
109
- < span > ©Khan Asfi Reza All rights reserved </ span >
109
+ < span class =" text-white " > ©Khan Asfi Reza All rights reserved </ span >
110
110
</ div >
111
111
</ footer >
112
112
Original file line number Diff line number Diff line change 18
18
</ div >
19
19
</ form >
20
20
< div class ="border-top pt-3 ">
21
- < small class ="text-muted ">
21
+ < span style =" font-size: 2rem " class ="text-muted ">
22
22
Don't have An Account? < a class ="ml-2 " href ={% url 'signup' %}> Sign In</ a >
23
- </ small >
23
+ </ span >
24
24
</ div >
25
25
</ div >
26
26
Original file line number Diff line number Diff line change 2
2
{% block main %}
3
3
< h2 > You have been logged out</ h2 >
4
4
< div class ="border-top pt-3 ">
5
- < small class ="text-muted ">
5
+ < span class ="text-muted ">
6
6
< a class ="btn btn-light " href ="{% url 'login' %} "> Log In Again</ a >
7
- </ small >
7
+ </ span >
8
8
</ div >
9
9
{% endblock main %}
Original file line number Diff line number Diff line change 18
18
</ div >
19
19
</ form >
20
20
< div class ="border-top pt-3 ">
21
- < small class ="text-muted ">
21
+ < span style =" font-size: 2rem " class ="text-muted ">
22
22
Already Have An Account? < a class ="ml-2 " href ={% url 'login' %}> Sign In</ a >
23
- </ small >
23
+ </ span >
24
24
</ div >
25
25
</ div >
26
26
You can’t perform that action at this time.
0 commit comments