Remove email display on personal and rescale icon/pfp to be bigger & consistent

This commit is contained in:
2024-11-01 17:17:59 -04:00
parent e60243e50c
commit f1affc66bc
2 changed files with 9 additions and 15 deletions

View File

@ -23,11 +23,6 @@
font-size: 1.2rem;
margin: 0;
}
h2 {
font-size: 1rem;
margin-top: auto;
margin-bottom: 0;
}
}
.profile-icon {
@ -37,14 +32,14 @@
font-size: 2rem;
border-radius: 50%;
transition: all 0.3s;
height: 2rem;
width: 2rem;
height: 45;
width: 45;
margin-left: auto;
img {
width: 100%;
height: 100%;
border-radius: 50%;
}
img {
width: 100%;
height: 100%;
border-radius: 50%;
}
}
.profile-icon:hover {