Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .breadcrumbs-wrapper {
  2. align-self: center;
  3. position: initial;
  4. margin-top: 0;
  5. text-align: right;
  6. padding-left: 30px;
  7. }
  8.  
  9. .breadcrumbs-wrapper .breadcrumbs-inside a, .breadcrumbs-wrapper .breadcrumbs-inside span {
  10. margin-bottom: 5px;
  11. }
  12.  
  13. #hb-page-title .container {
  14. display: flex;
  15. justify-content: space-between;
  16. /* align-items: stretch; */
  17. }
  18.  
  19. .hb-page-title {
  20. justify-content: flex-start;
  21. flex-grow: 1;
  22. }
  23.  
  24. @media handheld, only screen and (max-width: 1100px) {
  25. #main-nav { display: none !important; }
  26. #show-nav-menu { display: block !important; }
  27. }
  28.  
  29. @media handheld, only screen and (max-width: 767px) {
  30. #hb-page-title h1 {
  31. max-width: 100%;
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement