parent
d302eac519
commit
fd61bb3601
|
|
@ -127,17 +127,15 @@ body {
|
||||||
position: static;
|
position: static;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.segment_image {
|
.segment_image {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 245px;
|
||||||
height: auto;
|
height: 245px;
|
||||||
background-color: transparent;
|
object-fit: cover;
|
||||||
}
|
|
||||||
|
|
||||||
.cover {
|
|
||||||
object-fit: contain;
|
|
||||||
object-position: top;
|
object-position: top;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.segment_header_middle {
|
.segment_header_middle {
|
||||||
|
|
@ -150,10 +148,11 @@ body {
|
||||||
|
|
||||||
.segment_title_image {
|
.segment_title_image {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 0;
|
margin-right: auto;
|
||||||
width: 100%;
|
margin-left: auto;
|
||||||
|
width: 245px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
height: 45px;
|
height: 55px;
|
||||||
color: var(--on-accent-color);
|
color: var(--on-accent-color);
|
||||||
font-family: $title_font_family;
|
font-family: $title_font_family;
|
||||||
font-size: $title_font_size;
|
font-size: $title_font_size;
|
||||||
|
|
@ -203,8 +202,11 @@ body {
|
||||||
|
|
||||||
.segment_content_image {
|
.segment_content_image {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 245px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-left: 0 auto;
|
||||||
|
margin-right: 0 auto;
|
||||||
padding: 12px 10px;
|
padding: 12px 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: $regular_image_font_size;
|
font-size: $regular_image_font_size;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue