Remove email display on personal and rescale icon/pfp to be bigger & consistent
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user