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" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous" crossorigin="anonymous"
/> />
<style> {% block extra_css %}{% endblock %}
{% block extra_css %}{% endblock %}
</style>
</head> </head>
<body> <body>

View File

@ -10,11 +10,13 @@
{% endblock %} {% endblock %}
{% block extra_css%} {% block extra_css%}
<style>
.img{ .img{
width:auto; width:auto;
height:auto; height:auto;
max-width:400px!important; max-width:400px!important;
max-height:500px!important; max-height:500px!important;
</style>
} }
{% endblock %} {% endblock %}
{% block content %} {% block content %}