diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:52:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-14 03:52:44 +0300 |
commit | 13584852e8632e11f0c852bd4a9beae26519acf1 (patch) | |
tree | 9afb0865619e50b8cc3a57370c5c8dc418f62065 /about.html | |
parent | rename CSS classes (diff) | |
download | jekyll-theme-13584852e8632e11f0c852bd4a9beae26519acf1.tar.gz jekyll-theme-13584852e8632e11f0c852bd4a9beae26519acf1.zip |
add CSS classes for reasonably wide blocks
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ group: "navigation" --- <h1>About the project</h1> <p>Thoughs on C++ and life. Feel free to contribute or contact me.</p> -<div class="list-group" style="max-width: 400px;"> +<div class="list-group reasonable-width"> <a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a> </div> <h3>Platform</h3> -<table class="table table-bordered" style="max-width: 400px;"> +<table class="table table-bordered reasonable-width"> <tr> <th>CPU</th> <td><a href="http://ark.intel.com/products/58917">Intel Atom N2800</a></td> |