playing with border radii

This commit is contained in:
nek0 2018-03-12 20:37:48 +01:00
parent 9879948aed
commit 64a6550eae
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ nav li a:before {
transition: all 0.3s ease-out;
transform-origin: 0 50%;
border-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
z-index: -1;
}