Small fix profile.html

This commit is contained in:
Сокуров Идар 2021-02-07 14:13:50 +00:00
parent 0583e350db
commit d686a1566e
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,7 @@
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<style>
{% block extra_css %}{% endblock %}
</style>
{% block extra_css %}{% endblock %}
</head>
<body>

View File

@ -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 %}