Advertisement
petur_stoqnov

Untitled

Aug 24th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. @media all and (max-width: 600px) {
  2. header {
  3. display: flex;
  4. flex-direction: row;
  5. flex-wrap: wrap;
  6. }
  7.  
  8. .title, .meta {
  9. text-align: center;
  10. }
  11.  
  12. header > div.meta > a {
  13. flex-direction: column;
  14. }
  15.  
  16. #main > article > footer {
  17. display: flex;
  18. flex-direction: row;
  19. flex-wrap: wrap;
  20. }
  21.  
  22. #main > ul {
  23. display: flex;
  24. flex-direction: column;
  25. }
  26.  
  27. #main > ul > li > a {
  28. width: 100%;
  29. }
  30.  
  31. #main > ul > li:nth-child(2) {
  32. margin-top: 25px;
  33. }
  34.  
  35. #main > article > footer > ul.stats{
  36. padding-left: 15px;
  37. order: revert;
  38. }
  39.  
  40.  
  41.  
  42. #main > article > header > div.meta{
  43. width: 100%;
  44. text-align: center;
  45. padding-top: 0;
  46. }
  47.  
  48.  
  49. }
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement