deemixer/src/styles/scss/_stackedTabs.scss

19 lines
239 B
SCSS
Raw Normal View History

.image_header {
header {
background-position: 0% 35%;
background-size: cover;
padding: 220px 24px 8px;
border-radius: 8px 8px 0px 0px;
h1,
h2 {
margin: 0px;
}
h2 {
font-size: 18px;
margin-bottom: 12px;
}
}
}