forked from I2P_Developers/i2p.www
Different padding for one- and two-column view
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<h1>{{ self.title() }}</h1>
|
||||
</div>
|
||||
|
||||
<main role="main" class="inner">
|
||||
<main role="main" class="inner{% if self.content_nav() or self.sidebar() or self.lastupdated() or self.accuratefor() %} two-col{% endif %}">
|
||||
{% if self.content_nav() or self.sidebar() or self.lastupdated() or self.accuratefor() -%}
|
||||
<aside class="sidebar">
|
||||
{% if self.content_nav() -%}
|
||||
|
Reference in New Issue
Block a user