Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Alignment list items #4719

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Three most important things readers will learn from this book:

<div>
<li> What is a service mesh and why do I need one? </li>
<li className="mr-l-15"> What are the different service meshes and how do they contrast?</li>
<li className="mr-l-15"> Where do services meshes layer in with other technologies?</li>
<li className="mr-l-0"> What are the different service meshes and how do they contrast?</li>
<li className="mr-l-0"> Where do services meshes layer in with other technologies?</li>
<li>When and why should I adopt a service mesh?</li>
<li className="mr-l-15">What are popular deployment models and why?</li>
<li className="mr-l-0">What are popular deployment models and why?</li>
<li> What are practical steps to adopt a service mesh in my enterprise?</li>
<li> How do I fit a service mesh into my existing infrastructure?</li>
</div>
Expand Down