Skip to content

Instantly share code, notes, and snippets.

@gussiciliano
Created November 27, 2017 19:21
Show Gist options
  • Save gussiciliano/78c4dbb76ecbc4f8a7cbbb4cdf81c228 to your computer and use it in GitHub Desktop.
Save gussiciliano/78c4dbb76ecbc4f8a7cbbb4cdf81c228 to your computer and use it in GitHub Desktop.
body {
padding-top: 50px;
padding-bottom: 20px;
}
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}
.carousel-inner .item img[src$=".svg"] {
width:100%;
}
#qrCode {
margin:15px;
}
@media screen and (max-width:767px) {
.carousel-caption {
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment