Line 356: | Line 356: | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
+ | |||
+ | |||
+ | /*.....................................*/ | ||
+ | @media (min-width: 768px) { | ||
+ | .navbar-custom { | ||
+ | padding: 20px 0; | ||
+ | border-bottom: none; | ||
+ | letter-spacing: 1px; | ||
+ | background: transparent; | ||
+ | -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; | ||
+ | -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; | ||
+ | transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; | ||
+ | } | ||
</style> | </style> |
Revision as of 10:52, 19 August 2017
<!DOCTYPE html>