diff --git a/users/static/users/css/custom.css b/users/static/users/css/custom.css index 861f78c..4061ee7 100644 --- a/users/static/users/css/custom.css +++ b/users/static/users/css/custom.css @@ -53,6 +53,14 @@ html h1 { body{ background-color: #f8f9fc; } + +.preview { + overflow: hidden; + width: 200px; + height: 200px; +} + + /* FOR TREE ORGA diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 24c5d78..64a37a6 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -3,7 +3,7 @@ {% block content %}