feat: add bottom border to nav element

pull/10/head
Aravinth Manivannan 2022-04-26 01:23:37 +05:30
parent 5436f96cbd
commit 39701c516b
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
box-sizing: border-box;
width: 100%;
padding-top: 5px;
border-bottom: 1px solid rgb(211, 211, 211);
}
.nav__home-btn {