You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
521 B

.is-amp-fit-text + .blocks-font-size > .components-font-size-picker__buttons,
.is-amp-fit-text + .blocks-font-size > .components-font-size-picker__custom-input {
display: none;
}
/* Latest Stories block */
.amp-block-latest-stories > .latest-stories-carousel {
display: flex;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-y: hidden;
margin: 0;
padding: 0;
}
.latest-stories-carousel .latest-stories__slide {
flex: 0 0 auto;
margin-right: 1rem;
}