Update nav.css

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2020-10-25 19:22:46 +05:30 committed by GitHub
parent 72efd04d38
commit 694fa1de50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
text-decoration: none;
color: white;
font-size: 18px;
font-family: 'Ubuntu', sans-serif;
font-family: 'Century Gothic', sans-serif;
}
.listdesign:hover{
color: gray;
@ -103,10 +103,10 @@
outline: none;
cursor: pointer;
font-size: 18px;
font-family: 'Ubuntu', sans-serif;
font-family: 'Century Gothic', sans-serif;
}
.btn-small{
padding: 3px 10px;
vertical-align: middle;
font-size: 15px;
}
}