added border radius to sub menu

This commit is contained in:
jonasled 2021-02-28 00:41:47 +01:00
parent e4376659c4
commit 04087d8523

View file

@ -28,13 +28,14 @@
left: 50%;
transform: translateX(-50%);
background-color: $back-color-3;
border-radius: 10px;
a {
border-bottom: $back-color-2 solid 2px;
width: 100%;
color: $text-color;
&:last-child{
&:last-of-type{
border-bottom: none;
}
}