Skip to content
Permalink
Browse files
waiting average
  • Loading branch information
memica committed Mar 17, 2020
1 parent 64fb0fa commit 88c0653e3ad71643f597268d1e855f93f56d6ff1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
@@ -29,8 +29,9 @@
}
.p_pic img {
object-fit: cover;
width: 70%;
width: 60%;
max-height: 100%;
border-radius: 50%;
}
.label {
font-size: 2vw;
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
@@ -41,7 +41,7 @@
<p class="shadow">My profile</p>
</div>
<div class="p_pic" id="pic">
<img src="{{ url_for('static', filename='img/picture/first.png') }}" alt="profile">
<img src="{{ url_for('static', filename='img/picture/first.jpg') }}" alt="profile">
</div>
<div class="ID">
<p class="label">ID:</p>

0 comments on commit 88c0653

Please sign in to comment.