Skip to content

Commit b2fccdf

Browse files
committed
fixing medium size
1 parent d6b2fc4 commit b2fccdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<div class="clearfix">
2020
<div class="container">
2121
<div class="row">
22-
<div class="col-lg-12">
22+
<div class="col-lg-12 col-md-12">
2323
<h1>VIM</h1>
2424
</div>
2525
</div> <!-- end row -->
2626
<div class="row">
27-
<div class="col-lg-4">
27+
<div class="col-lg-4 col-md-4">
2828
<h2>Cursor movement</h2>
2929
<ul>
3030
<li><kbd>h</kbd> - move cursor left</li>
@@ -58,7 +58,7 @@ <h2>Insert mode - inserting/appending text</h2>
5858
<li><kbd>Esc</kbd> - exit insert mode</li>
5959
</ul>
6060
</div>
61-
<div class="col-lg-4">
61+
<div class="col-lg-4 col-md-4">
6262
<h2>Editing</h2>
6363
<ul>
6464
<li><kbd>r</kbd> - replace a single character</li>
@@ -96,7 +96,7 @@ <h2>Visual commands</h2>
9696
<li><kbd>~</kbd> - switch case</li>
9797
</ul>
9898
</div>
99-
<div class="col-lg-4">
99+
<div class="col-lg-4 col-md-4">
100100
<h2>Cut and paste</h2>
101101
<ul>
102102
<li><kbd>yy</kbd> - yank (copy) a line</li>
@@ -132,7 +132,7 @@ <h2>Search and replace</h2>
132132
</div>
133133
</div> <!-- end row -->
134134
<div class="row">
135-
<div class="col-lg-4">
135+
<div class="col-lg-4 col-md-4">
136136
<h2>Working with multiple files</h2>
137137
<ul>
138138
<li><kbd>:e</kbd> filename - edit a file in a new buffer</li>
@@ -147,7 +147,7 @@ <h2>Working with multiple files</h2>
147147
<li><kbd>Ctrl</kbd> + <kbd>wv</kbd> - split window vertically</li>
148148
</ul>
149149
</div>
150-
<div class="col-lg-4">
150+
<div class="col-lg-4 col-md-4">
151151
<h2>Tabs</h2>
152152
<ul>
153153
<li><kbd>:tabnew</kbd> filename or <kbd>:tabn</kbd> filename - open a file in a new tab</li>

0 commit comments

Comments
 (0)