update the profile picture
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
color: $strong_red;
|
||||
color: $accent_colour;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
@@ -79,14 +79,14 @@
|
||||
}
|
||||
|
||||
.greeting {
|
||||
color: $strong_red;
|
||||
color: $accent_colour;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.profileContainer {
|
||||
margin: 0 0 0 auto;
|
||||
max-width: 35em;
|
||||
max-width: 40em;
|
||||
height: max-content;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user