Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #present .title {
  2. font-size: 28px;
  3. line-height: 34px;
  4. }
  5.  
  6. #present .subtitle {
  7. font-size: 24px;
  8. line-height: 28px;
  9. }
  10.  
  11. #present .columns {
  12. display: flex;
  13. flex-direction: column;
  14. position: relative;
  15. padding-top: 75%;
  16. margin-bottom: 50px;
  17. }
  18.  
  19. #present .text-inner {
  20. padding-left: 0;
  21. }
  22.  
  23. #present .img-container img {
  24. margin: 0 auto;
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. }
  30.  
  31. #present .img-container {
  32. order: 2;
  33. }
  34.  
  35. #present .text {
  36. margin-left: 0;
  37. }
  38.  
  39. #present .img-container, #present .text {
  40. float: none;
  41. width: 100%;
  42. }
  43.  
  44. #present .button-container {
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. margin-bottom: 0;
  49. }
  50.  
  51. #present .button {
  52. order: 2;
  53. margin-right: 0;
  54. }
  55.  
  56. #present .img-container p:last-child,
  57. #present .text p:last-child {
  58. margin-bottom: 36px;
  59. }
  60.  
  61. .present-summa {
  62. margin-bottom: 15px;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement