Skip to content

Commit c34be6e

Browse files
committed
Minor tweaks to the layout of the page
1 parent c6a251a commit c34be6e

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

assets/css/main.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,6 +1854,7 @@ input, select, textarea {
18541854
cursor: pointer;
18551855
display: inline-block;
18561856
font-weight: bold;
1857+
font-size: 100%;
18571858
height: 2.85em;
18581859
line-height: 2.95em;
18591860
padding: 0 1.75em;
@@ -2278,7 +2279,7 @@ input, select, textarea {
22782279
display: inline-block;
22792280
position: relative;
22802281
overflow: hidden;
2281-
max-width: 60%;
2282+
max-width: 100%;
22822283
}
22832284

22842285
.image img {
@@ -2455,9 +2456,14 @@ input, select, textarea {
24552456
dl dt {
24562457
display: block;
24572458
font-weight: bold;
2458-
margin: 0 0 1em 0;
2459+
margin: 1em 0;
2460+
text-align: left;
24592461
}
24602462

2463+
dl dt:first-child {
2464+
margin-top: 0;
2465+
}
2466+
24612467
dl dd {
24622468
margin-left: 2em;
24632469
}

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--
33
Fractal by HTML5 UP
44
html5up.net | @ajlkn
5-
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6-
-->
5+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -->
76
<html>
87
<head>
98
<title>Mathics</title>
@@ -22,12 +21,17 @@ <h1><a href="#">Mathics</a></h1>
2221
<p>A free, open-source alternative to Mathematica</p>
2322
<ul class="actions">
2423
<li>
25-
<a href="#install"
26-
class="button primary icon solid fa-download">Download</a>
24+
<a href="#install">
25+
<button class="primary icon solid fa-download">
26+
Download
27+
</button>
28+
</a>
2729
</li>
2830
<li>
29-
<a href="#description" class="button icon solid fa-chevron-down scrolly">
30-
Learn More
31+
<a href="#description">
32+
<button class="icon solid fa-chevron-down scrolly">
33+
Learn More
34+
</button>
3135
</a>
3236
</li>
3337
</ul>
@@ -248,7 +252,7 @@ <h2>Support</h2>
248252

249253
<!-- Screenshots -->
250254
<section id="screenshots" class="wrapper style2 special">
251-
<header class="major">
255+
<header class="inner major">
252256
<h2>Screenshots</h2>
253257
<dl>
254258
<dt>mathicsscript</dt>

0 commit comments

Comments
 (0)