This commit is contained in:
Richard Mikloš 2024-02-02 17:08:46 +01:00
parent f9071420e0
commit 7330fafbfa
2 changed files with 11 additions and 0 deletions

@ -1,3 +1,5 @@
<!--PAGESTYLE=/styles/pages/user/profile.css-->
<header class="container">
<a href='<template name="gravatar link">' class="big-pfp"><template name="gravatar image"></a>
<div class="profile-info">

@ -0,0 +1,9 @@
.big-pfp {
border-radius: 50px;
width: 140px;
}
.big-pfp:hover{
border-radius: 0;
width: 150px;
}