update border-radius on hover
This commit is contained in:
parent
2b4ea38cee
commit
488b277e88
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ html {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
border-radius: 0.5rem;
|
||||
border-radius: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue