Skip to content

Commit c7c607c

Browse files
docs: phone view button style (#1099)
fix: button style Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 73d005a commit c7c607c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

doc/source/_static/landing-page/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ textarea.form-control {
376376
margin: 0 0 0.5rem 0;
377377
}
378378

379+
.workflow-cta-btn-container {
380+
align-self: flex-start;
381+
}
382+
379383
.workflow-cta-btn {
380384
display: flex;
381385
height: var(--workflow-cta-btn-h);

doc/source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
Your gateway to advanced engineering automation. Discover how to seamlessly combine multiple PyAnsys libraries to build powerful, real-world simulation and data processing pipelines.
4444
</div>
4545
</div>
46-
</div>
47-
<div style="align-self: flex-start;">
48-
<a href="https://workflows.docs.pyansys.com/" class="workflow-cta-btn btn btn-primary">
49-
Explore
50-
</a>
46+
<div class="workflow-cta-btn-container">
47+
<a href="https://workflows.docs.pyansys.com/" class="workflow-cta-btn btn btn-primary">
48+
Explore
49+
</a>
50+
</div>
5151
</div>
5252
</div>
5353

0 commit comments

Comments
 (0)