What does this scss do?

Anonymous
scss
07/12/2021 2:47 AM
388 B
19
Indexable
.carousel-container {
	display: flex;
	padding-top: 175px;
	padding-bottom: 50px;
	background-color: #FBFBFB;
	justify-content: center;

	&__row {
		max-width: 1667px;
		width: 100%;

		&__title {
			font-size: 45px;
			color: #000;
			font-family: Roboto;
			margin-bottom: 40px;
		}
	}
}
Editor is loading...