the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
351 B

10 months ago
  1. /* About/bio section */
  2. .about__logo {
  3. height: 1.5rem;
  4. }
  5. .about__title {
  6. display: inline;
  7. vertical-align: top;
  8. }
  9. .about__title::before {
  10. content: none;
  11. }
  12. /* Social media links */
  13. .aside__social-links {
  14. padding: 0;
  15. }
  16. .aside__social-links li {
  17. display: inline-block;
  18. }
  19. .aside__social-links li::marker {
  20. content: none;
  21. }