Skip to content

Commit

Permalink
Documentation - Fix column sizes on wiki page (acemod#9572)
Browse files Browse the repository at this point in the history
fix column sizes on wiki page
  • Loading branch information
bux authored Oct 24, 2023
1 parent 02acb93 commit bd908bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/css/app.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/src/scss/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
* {
transition: all 0.15s ease;
}

body {
background-color: $oil;
}
Expand Down
12 changes: 6 additions & 6 deletions docs/wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ parent:
</div>

<div class="row">
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>User</h3>
<p>General information about ACE3, installation guides and troubleshooting.</p>
<a href="{{ site.baseurl }}/wiki/user/" class="button">Learn more</a>
</div>
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>Class Names</h3>
<p>List of class names present in ACE3 which mission makers, modders and scripters can use.</p>
<a href="{{ site.baseurl }}/wiki/class-names.html" class="button">Learn more</a>
Expand All @@ -49,12 +49,12 @@ parent:
</div>

<div class="row">
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>Features</h3>
<p>Overviews and details of ACE3 features, their usage and implementations.</p>
<a href="{{ site.baseurl }}/wiki/feature/" class="button">Learn more</a>
</div>
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>Frameworks</h3>
<p>Public API implemented by ACE3 which mission makers, modders and scripters can use.</p>
<a href="{{ site.baseurl }}/wiki/framework/" class="button">Learn more</a>
Expand All @@ -66,12 +66,12 @@ parent:
</div>

<div class="row">
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>Development</h3>
<p>Information about developing ACE3, from setting up the development environment to guidelines and tips.</p>
<a href="{{ site.baseurl }}/wiki/development/" class="button">Learn more</a>
</div>
<div class="large-6 medium-2 columns">
<div class="medium-6 columns">
<h3>Functions</h3>
<p>Public API functions for use by mission makers and other mods to interface with ACE3.</p>
<a href="{{ site.baseurl }}/wiki/functions/" class="button">Learn more</a>
Expand Down

0 comments on commit bd908bb

Please sign in to comment.