Fix border radius on userBio

Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
Odyssium
2023-04-01 19:25:06 +02:00
parent b6fa0d6c11
commit ebc732b194
+1 -1
View File
@@ -154,7 +154,7 @@ a:hover {
.mainRepos {
background-color: var(--background);
padding: 8px;
border-radius: 4x;
border-radius: 4px;
margin: 8px;
}