Skip to content

Instantly share code, notes, and snippets.

@asmattic
Last active January 2, 2021 07:31
Show Gist options
  • Save asmattic/6149ec919ebfce99b2726987551e76b0 to your computer and use it in GitHub Desktop.
Save asmattic/6149ec919ebfce99b2726987551e76b0 to your computer and use it in GitHub Desktop.
honeywhatmusic-few-suggestions.md

Couple corrections to CSS that would help

Expecially with being able to click the social media links

/* logo move down */
#comp-jil0j6h5 {
  display: block;
  margin-top: 10px
}

/* place social media links on top layer so they are clickable */
#icos7bpy {
  z-index: 100;
  width: auto;
  height: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment