Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 4, 2021 09:55
Show Gist options
  • Save wpmu-authors/6abf37593396ea84a5e55261b9db39f3 to your computer and use it in GitHub Desktop.
Save wpmu-authors/6abf37593396ea84a5e55261b9db39f3 to your computer and use it in GitHub Desktop.
style-container.css
.subsites-container {
background: #3394bf;
}
ul.subsites {
list-style-type: none;
overflow: auto;
max-width: 1000px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment