Skip to content

Commit 3ee256e

Browse files
committed
new landing page
1 parent ca83029 commit 3ee256e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h1><img alt="EVE" src="http://docs.witheve.com/images/eve.svg" /></h1>
9797
<div class="toplayer landing">
9898
<div class="wrapper">
9999
<h2>
100-
Pardon the mess! We're updating our docs and have two options:
100+
Which version of Eve are you running?
101101
</h2>
102102

103103
<div class="version">
104-
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.2/index.html"><h2>v0.2 Documentation</h2></a>
105-
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.3/index.html"><h2>v0.3 Documentation</h2></a>
104+
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.2/index.html">v0.2 Documentation</a>
105+
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.3/index.html">v0.3 Documentation</a>
106106
</div>
107107
</div>
108108
</div>

stylesheets/application.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ nav > .play-cta { margin: 0; padding: 10px 20px; color: white; }
296296

297297
.version { display: flex; flex-direction: row; }
298298

299-
.version-btn { margin: 0px 20px; }
300-
.version-btn h2 { margin-bottom: 0px; }
299+
.version-btn { margin: 0px 20px; font-size: 1.2rem; min-width: 11em; }
300+
.wrapper h2 { text-align: center; }
301301

302302
ul { display: block; margin-left: 2em; }
303303

0 commit comments

Comments
 (0)