Skip to content

Commit 979ae74

Browse files
committed
Update column sizes
1 parent 6724c9b commit 979ae74

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 class="micro-logo">Micro</h3>
113113
<h2>Features</h2>
114114
</div>
115115
</div>
116-
<div class="col-lg-6">
116+
<div class="col-sm-6">
117117
<h4>Easy to Use</h4>
118118
<p>Micro's number one feature is being easy to install (it's just a static binary with no dependencies) and easy to use.</p>
119119

@@ -124,7 +124,7 @@ <h4>Colors and Highlighting</h4>
124124
<p>Micro supports over 75 languages and has 7 default colorschemes to choose from. Micro supports 16, 256, and truecolor themes. Syntax files and colorschemes are also very simple to make.</p>
125125
</div>
126126

127-
<div class="col-lg-6">
127+
<div class="col-sm-6">
128128
<h4>Plugin System</h4>
129129
<p>Micro supports a full-blown plugin system. Plugins are written in Lua and there is a plugin manager to automatically download and install your plugins for you.</p>
130130

@@ -144,22 +144,22 @@ <h4>Mouse Support</h4>
144144
<hr>
145145

146146
<div class="row contributing">
147-
<div class="col-lg-6">
147+
<div class="col-md-6">
148148
<div class="heading">
149149
<h2>Contributing</h2>
150150
</div>
151151
<p>If you find any bugs, please report them! I am also happy to accept pull requests from anyone.</p>
152152
<p>You can use the GitHub issue tracker to report bugs, ask questions, or suggest new features.</p>
153153
<p>For a more informal setting to discuss the editor, you can join the Gitter chat.</p>
154154
<br>
155-
<div class="col-md-6">
156-
<p><a class="btn btn-md btn-success" href="https://github.com/zyedidia/micro" role="button">View the Github project</a></p>
155+
<div class="col-sm-6">
156+
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://github.com/zyedidia/micro" role="button">View the Github project</a></p>
157157
</div>
158-
<div class="col-md-6">
159-
<p><a class="btn btn-md btn-success" href="https://gitter.im/zyedidia/micro" role="button">Join the Gitter Chat</a></p>
158+
<div class="col-sm-6">
159+
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://gitter.im/zyedidia/micro" role="button">Join the Gitter Chat</a></p>
160160
</div>
161161
</div>
162-
<div class="col-lg-6">
162+
<div class="col-md-6">
163163
<div class="heading">
164164
<h2>Testimonials</h2>
165165
</div>

0 commit comments

Comments
 (0)