Skip to content

Commit 3b30c70

Browse files
committed
Changed the Thumbnails of Designer and Operator in Kanvas Page
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
1 parent d6cd1c1 commit 3b30c70

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

263 KB
Loading

src/sections/Kanvas/kanvas-modes.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ const KanvasModesWrapper = styled.div`
198198
margin: 1rem auto;
199199
border-radius: 0.35rem;
200200
201+
@media only screen and (max-width: 992px) {
202+
width: 90%;
203+
}
204+
}
205+
.visualizer-img {
206+
box-shadow: 0px 0.25rem 0.5rem 0rem rgb(0, 0, 0, 0.75);
207+
margin: 1rem auto;
208+
border-radius: 0.35rem;
209+
201210
@media only screen and (max-width: 992px) {
202211
width: 90%;
203212
}
@@ -274,7 +283,7 @@ const KanvasModes = () => {
274283
</div>
275284
<div className="content">
276285
<h1>Apply patterns and manage many Kubernetes clusters</h1>
277-
<img src={visualizerImage} alt="Kanvas Operator" onClick={() => setVizEnlarged(!vizEnlarged)} className={vizEnlarged ? "big" : "small"} />
286+
<img src={visualizerImage} alt="Kanvas Operator" onClick={() => setVizEnlarged(!vizEnlarged)} className={`visualizer-img ${vizEnlarged ? "big" : "small"}`} />
278287
<p>
279288
Deploy designs, apply patterns, manage and operate your deployments in real-time. Bring all your Kubernetes clusters under a common point of management. Interactively connect to terminal sessions or initiate and search log streams from your containers.
280289
</p>

0 commit comments

Comments
 (0)