<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px) {
    .navbar-nav&gt;li:first-child {
        margin: 0 0 0 -40px;
    }
	.dropdown-menu {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 14px;
	  text-align: left;
	  list-style: none;   
	}

	.dropdown-menu &gt; li &gt; a { 
		padding: 10px 20px;
	}






}

</pre></body></html>