summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-07-19 19:55:57 -0400
committerBrian Evans <grknight@gentoo.org>2018-07-19 19:55:57 -0400
commita7c3de8c136a8cd72392b4e1f6449f6fa524d4b6 (patch)
treec1dd7df872e199b31d84ad5a04c9d08ea60446e3
parentplanet-tyrian.css: Comment out old fonts for the defaults (diff)
downloadplanet-a7c3de8c136a8cd72392b4e1f6449f6fa524d4b6.tar.gz
planet-a7c3de8c136a8cd72392b4e1f6449f6fa524d4b6.tar.bz2
planet-a7c3de8c136a8cd72392b4e1f6449f6fa524d4b6.zip
Have the template dedicate more space to articles on larger displays
-rw-r--r--templates/index.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 00eb6b3..ddac0be 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -96,7 +96,7 @@
<div class="container-fluid">
<div class="row">
- <div id="left-column" class="col-md-3">
+ <div id="left-column" class="col-md-3 col-lg-2">
<div class="altmenu">
<div class="visible-sm-block visible-md-block visible-lg-block"><b>Contributors:</b></div>
<div class="visible-xs-block">
@@ -136,7 +136,7 @@ Views expressed in the content published here do not necessarily represent the v
</div>
### The actual blog entries
-<div id="content" class="col-md-9">
+<div id="content" class="col-md-9 col-lg-10">
<div class="media">
<div class="media-left"><img src="/images/gentoo.png" class="media-object"></div>
<div class="media-body"><TMPL_VAR description><TMPL_VAR owner_name></div>