Skip to content

Instantly share code, notes, and snippets.

@watanabeyu
Created December 31, 2017 10:43
Show Gist options
  • Save watanabeyu/fe6347d35e68e0296918d641f216dc6b to your computer and use it in GitHub Desktop.
Save watanabeyu/fe6347d35e68e0296918d641f216dc6b to your computer and use it in GitHub Desktop.
.ms-slide-info{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0 !important;
min-height: 0 !important;
display: flex;
justify-content: center;
align-items: center;
}
.ms-slide-info p {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
transform: none;
margin: 0;
padding: 0;
white-space:normal !important;
}
@media only screen and (max-width: 767px){
.ms-slide-info p {
font-size:x-large !important;
}
}
@media only screen and (max-width: 480px){
.ms-slide-info p {
font-size:large !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment