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