mobile.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. @media screen and (max-width: 800px) {
  2. .container {
  3. width: 100%
  4. }
  5. .masthead {
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .logo {
  11. width: 100%;
  12. }
  13. .logo_svg {
  14. width: 100%;
  15. height: 90px;
  16. }
  17. .menu {
  18. width: 100%;
  19. margin: 0px auto;
  20. text-align: center;
  21. }
  22. .footer {
  23. width: 90%
  24. }
  25. .buku {
  26. flex-direction: column;
  27. justify-content: center;
  28. align-items: center;
  29. margin: 1em auto;
  30. width: 100%;
  31. }
  32. .buku__cover {
  33. width: 98%;
  34. margin: 0px auto;
  35. background-color: yellow;
  36. }
  37. img.cover {
  38. width: 100% !important;
  39. height: auto;
  40. }
  41. .buku__info {
  42. width: 98%;
  43. margin: 1em auto;
  44. }
  45. .info__desc, .info__h4 {
  46. width: 90%;
  47. padding: 0;
  48. }
  49. .info__h4, .info__author {
  50. padding-left: 14px;
  51. }
  52. ol, ul { width: 100% }
  53. .selayang{
  54. width: 99%;
  55. }
  56. img.layang {
  57. transform: none;
  58. }
  59. .selayang__cover:hover img.layang {
  60. transform: none;
  61. }
  62. .jurnal_header h1 {
  63. width: 95%;
  64. }
  65. .daftar__artikel, .d__art {
  66. width: 90%;
  67. }
  68. .d__art li {
  69. display: flex;
  70. justify-content: space-between;
  71. }
  72. .tagline, .cool {
  73. display: none;
  74. }
  75. .post_subs {
  76. width: 100%;
  77. }
  78. li {
  79. margin-left: 2em;
  80. line-height: 1.3em;
  81. }
  82. .relasi {
  83. width: 95%;
  84. }
  85. img.herokus {
  86. height: auto;
  87. }
  88. .galsX {
  89. flex-direction: column;
  90. width: 95%;
  91. align-items: center;
  92. }
  93. .baca {
  94. width: 100%;
  95. grid-template-columns: 1fr 1fr;
  96. column-gap: 0.5em;
  97. }
  98. .item_buku {
  99. margin-left:1em;
  100. margin-right: 1em;
  101. }
  102. .item_cover {
  103. width: 150px;
  104. }
  105. video, table {
  106. width: 100%;
  107. display: block
  108. }
  109. .bintang {
  110. width: 16px;
  111. }
  112. }
  113. @media screen and (min-width: 500px) and (max-width: 800px) {
  114. .baca {
  115. width: 100%;
  116. grid-template-columns: 1fr 1fr 1fr;
  117. column-gap: 0.5em;
  118. }
  119. }
  120. @media screen and (max-width: 800px) {
  121. .judul, .subtitle, .gray, p, blockquote, ol, ul, h3 {
  122. width: 95% !important;
  123. }
  124. .buku {
  125. width: 98%;
  126. }
  127. img, pre {
  128. width: 100%;
  129. display: block;
  130. }
  131. pre code {
  132. padding: 10px;
  133. display: block;
  134. hyphens: manual;
  135. white-space: pre-wrap;
  136. }
  137. .gray {
  138. text-align: center;
  139. }
  140. p, blockquote {
  141. text-align: justify;
  142. }
  143. .judul {
  144. font: 1.8em/1.4 var(--serif);
  145. font-weight: 800;
  146. }
  147. .g__gals {
  148. grid-template-columns: 1fr;
  149. width: 90%;
  150. row-gap: 2%;
  151. }
  152. .masthead {
  153. width: 100%;
  154. }
  155. } /* < 600px */
  156. @media screen and (min-width: 600px) and (max-width: 800px) {
  157. .judul {
  158. font: 2.2em/1.4 var(--serif);
  159. font-weight: bold;
  160. }
  161. .tagline {
  162. display: none;
  163. }
  164. } /* 600 - 800px */