Advertisement
joygabriel21

AboutMeetup CSS

Jan 21st, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .AboutMeetup {
  2. margin: 25px 15px;
  3. }
  4.  
  5. .AboutMeetup-Body {
  6. margin: 15px;
  7. }
  8.  
  9. .AboutMeetup-BodyTitle {
  10. font-weight: bold;
  11. }
  12.  
  13. .AboutMeetup-BodyDate {
  14. color: grey;
  15. }
  16.  
  17. .space5px {
  18. margin-right: 5px;
  19. }
  20.  
  21. .make-inline {
  22. display: flex;
  23. flex-direction: row;
  24. }
  25.  
  26. .make-bold {
  27. font-weight: bold;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement