Skip to content

Commit 26f7a2d

Browse files
author
Your Name
committed
Update README to center-align images and adjust their width
1 parent 2913837 commit 26f7a2d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ graph TB
2929
style Worker Node fill:#bbf,stroke:#333,stroke-width:2px
3030
```
3131

32-
![Cluster Network](https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png)
32+
<p align="center">
33+
<img src="https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png" width="50%" alt="Cluster Network">
34+
</p>
3335

3436
## Prerequisites
3537

@@ -102,7 +104,9 @@ Role: Worker
102104
</tr>
103105
</table>
104106
105-
![Cluster Diagram](https://d33wubrfki0l68.cloudfront.net/2475489eaf20163ec0f54ddc1d92aa8d4c87c96b/e7c81/images/docs/components-of-kubernetes.svg)
107+
<p align="center">
108+
<img src="https://d33wubrfki0l68.cloudfront.net/2475489eaf20163ec0f54ddc1d92aa8d4c87c96b/e7c81/images/docs/components-of-kubernetes.svg" width="50%" alt="Kubernetes Components">
109+
</p>
106110
107111
## Quick Start
108112

0 commit comments

Comments
 (0)