deemixer/src/styles/scss/_stackedTabs.scss

18 lines
290 B
SCSS
Raw Normal View History

.image_header header {
2020-04-17 19:04:51 +00:00
background-position: 0% 35%;
background-size: cover;
padding: 220px 24px 8px;
2020-04-18 08:16:58 +00:00
border-radius: 8px 8px 0px 0px;
2020-04-17 19:04:51 +00:00
}
.image_header header h1,
.image_header header h2 {
margin: 0px;
}
.image_header header h2 {
margin: 0px;
font-size: 18px;
margin-bottom: 12px;
}