Advertisement
mirozspace

Untitled

Oct 31st, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. @media screen and (max-width: 468px) {
  2. header h3 {
  3. font-size: 17px;
  4. }
  5.  
  6. header h1 {
  7. font-size: 28px;
  8. }
  9.  
  10. .button-header {
  11. margin: 90px 0 57px 0;
  12. }
  13.  
  14. .div-header {
  15. display: none;
  16. }
  17.  
  18. .logo-center {
  19. width: 25%;
  20. }
  21.  
  22. .options {
  23. flex-direction: column;
  24. align-items: center;
  25. }
  26.  
  27. .options article {
  28. width: 100%;
  29. text-align: center;
  30. }
  31.  
  32. .blog article img {
  33. display: none;
  34. }
  35.  
  36. .gallery {
  37. flex-direction: column;
  38. align-items: center;
  39. }
  40.  
  41. .gallery article {
  42. margin-bottom: 1em;
  43. }
  44.  
  45. .blog-title h4 {
  46. font-size: 29px;
  47. margin-bottom: 12px;
  48. }
  49.  
  50. .blog-title h4 span,
  51. .blog-title h4 a {
  52. display: none;
  53. }
  54.  
  55. #about-blog {
  56. width: 88%;
  57. }
  58.  
  59. .magazine-title {
  60. width: 100%;
  61. padding: 0px 0 0 15px;
  62. }
  63.  
  64. .magazine-title h4 {
  65. font-size: 26px;
  66. }
  67.  
  68. .magazine article {
  69. margin: 0 auto;
  70. flex-direction: column;
  71. align-items: center;
  72. }
  73.  
  74. #magazine-img {
  75. padding: 0px;
  76. }
  77.  
  78. .magazine-info {
  79. margin-left: 0px;
  80. text-align: center;
  81. }
  82.  
  83. .magazine-info h3{
  84. margin: 10px auto;
  85. }
  86.  
  87. footer {
  88. display: flex;
  89. flex-direction: column;
  90. align-items: center;
  91. }
  92.  
  93. footer p{
  94. font-size: 121%;
  95. }
  96.  
  97. .icons {
  98. margin-top: 5%;
  99. display: flex;
  100. flex-direction: column;
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement