Small fix profile.html
This commit is contained in:
parent
0583e350db
commit
d686a1566e
@ -9,9 +9,7 @@
|
||||
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<style>
|
||||
{% block extra_css %}{% endblock %}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -10,11 +10,13 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_css%}
|
||||
<style>
|
||||
.img{
|
||||
width:auto;
|
||||
height:auto;
|
||||
max-width:400px!important;
|
||||
max-height:500px!important;
|
||||
</style>
|
||||
}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user