site.css 841 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
  2. for details on configuring this project to bundle and minify static web assets. */
  3. body {
  4. padding-top: 50px;
  5. padding-bottom: 20px;
  6. }
  7. /* Wrapping element */
  8. /* Set some basic padding to keep content from hitting the edges */
  9. .body-content {
  10. padding-left: 15px;
  11. padding-right: 15px;
  12. }
  13. /* Carousel */
  14. .carousel-caption p {
  15. font-size: 20px;
  16. line-height: 1.4;
  17. }
  18. /* Make .svg files in the carousel display properly in older browsers */
  19. .carousel-inner .item img[src$=".svg"] {
  20. width: 100%;
  21. }
  22. /* QR code generator */
  23. #qrCode {
  24. margin: 15px;
  25. }
  26. /* Hide/rearrange for smaller screens */
  27. @media screen and (max-width: 767px) {
  28. /* Hide captions */
  29. .carousel-caption {
  30. display: none;
  31. }
  32. }