Skip to content

Commit 52de958

Browse files
committed
Update CSS for layout adjustments
1 parent 1e34c29 commit 52de958

2 files changed

Lines changed: 7 additions & 21 deletions

File tree

feascript-platform.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -95,26 +95,6 @@ <h1>Why Use FEAScript Platform</h1>
9595
<p>Save and load your projects in XML format</p>
9696
</li>
9797
</ul>
98-
<!-- <a
99-
href="feascript-platform-app.html"
100-
style="
101-
color: #555;
102-
border: 2px solid #e0e0e0;
103-
padding: 5px;
104-
border-radius: 4px;
105-
display: inline-block;
106-
"
107-
><img
108-
src="https://feascript.com/assets/favicon.ico"
109-
alt="FEAScript Icon"
110-
style="vertical-align: middle; margin-right: 5px; height: 1em; width: auto"
111-
/><strong>Access the FEAScript Platform</strong></a
112-
>
113-
<p style="margin-top: 1em; font-style: italic">
114-
Please note that while the the core library of FEAScript is free to use, FEAScript Platform is
115-
offered as a paid service. To get access, please go to our
116-
<a href="https://www.paddle.com/">store on Paddle</a>.
117-
</p> -->
11898
</div>
11999
</div>
120100
<div class="right-panel">
@@ -136,4 +116,4 @@ <h1>Why Use FEAScript Platform</h1>
136116
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
137117
</script>
138118
</body>
139-
</html>
119+
</html>

feascript-website.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ mjx-container {
372372
.tutorials-list li a {
373373
font-size: 100%;
374374
}
375+
.platform-layout .right-panel {
376+
display: none !important;
377+
}
378+
.platform-layout .left-panel {
379+
border-radius: 10px;
380+
}
375381
}
376382

377383
/* Medium screens: 500px to 1000px */

0 commit comments

Comments
 (0)