Homepage Opening adjustment

make title one line adjust button text case add button theming
 avatar
user_3758723130
scss
3 years ago
338 B
6
Indexable
div.lp-title-group {
    max-width: 1000px;
}

div.opening-with-search {
	.opening-title {
		max-width: 1100px;
		}

	.opening-description {
		max-width: 750px;
		}
	 .search-button {
	background-color: #004C56;
	text-transform: uppercase;
    	}
	&:hover {
		background-color: #007E8F;
		color:#fff;
		text-transform: uppercase;
    }
}
Editor is loading...