curtburk commited on
Commit
2ba3790
·
1 Parent(s): 33dc810

Fix logo inline layout with table

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: green
6
  sdk: static
7
  pinned: false
8
  ---
9
- <p align="center"><img src="images/logo_HP_Electric_Blue_keyline.png" alt="HP" width="120">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/nvidia-logo-vert.png" alt="NVIDIA" width="120"></p>
10
 
11
  <p align="center"><em>Company logos are used for identification purposes only and do not imply endorsement or official partnership unless otherwise stated.</em></p>
12
 
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ <p align="center"><table align="center"><tr><td align="center"><img src="images/logo_HP_Electric_Blue_keyline.png" alt="HP" width="80"></td><td width="40"></td><td align="center"><img src="images/nvidia-logo-vert.png" alt="NVIDIA" width="80"></td></tr></table></p>
10
 
11
  <p align="center"><em>Company logos are used for identification purposes only and do not imply endorsement or official partnership unless otherwise stated.</em></p>
12