Skip to content

Commit f8b0b4f

Browse files
committed
margin css
Signed-off-by: HIMANSHU RAI <himanshuuu.2001@gmail.com>
1 parent 833f8a4 commit f8b0b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content-learn/mastering-meshery/introduction-to-meshery/meshery/deploying-meshery-designs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Some examples of dry run errors are:
142142
1. **Invalid Field Value**: The error message indicates that a field has an invalid value. For instance, in the image below, the fields "spec > ports[0] > port" and "spec > ports[0] > targetPort" have invalid values of 0. These values must be between 1 and 65535, inclusive.
143143

144144
<a href={drInvalidField1}>
145-
<img src={drInvalidField1} style={{maxWidth: "500px", width: "100%", height: "auto"}} align="center" style="margin-bottom:20px;"/>
145+
<img src={drInvalidField1} style={{maxWidth: "500px", width: "100%", height: "auto", margin: "0 auto 20px"}} align="center"/>
146146
</a>
147147

148148
<a href={drInvalidField2}>
@@ -322,7 +322,7 @@ The Notification Center in Meshery helps manage events during the deployment pro
322322
1. Keeps a log of past notifications, allowing you to track and review previous errors and their resolutions.
323323

324324
<a href={notification}>
325-
<img src={notification} style={{maxWidth: "500px", width: "100%", height: "auto"}} align="center" style="margin-bottom:30px;" />
325+
<img src={notification} style={{maxWidth: "500px", width: "100%", height: "auto", margin: "0 auto 3-px"}} align="center" />
326326
</a>
327327

328328
<a href={notificationCenter}>

0 commit comments

Comments
 (0)