Small fix profile.html
This commit is contained in:
parent
0583e350db
commit
d686a1566e
@ -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>
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user