Skip to content
Snippets Groups Projects
Commit 410c7a97 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

make max width similar to previous setting

parent cafb668c
Branches
No related tags found
1 merge request!6make max width similar to previous setting, fixes #3
Pipeline #
......@@ -142,7 +142,7 @@ Numerical experiment: flying qubit
Nanotechnology 7, 247 (2012) <http://dx.doi.org/doi:10.1038/nnano.2012.28>`_ for
details about the experiment.
.. class:: col-md-3
.. class:: col-md-4
.. class:: img-responsive
......@@ -155,7 +155,7 @@ Conductance of a Corbino disk in a quantum Hall regime
.. raw:: html
<object type="image/svg+xml" class="col-md-3 img-responsive" data="corbino-layout.svgz">corbino-layout.svgz</object>
<object type="image/svg+xml" class="col-md-4 img-responsive" data="corbino-layout.svgz">corbino-layout.svgz</object>
.. container:: col-md-4
......@@ -169,7 +169,7 @@ Conductance of a Corbino disk in a quantum Hall regime
<http://link.aps.org/doi/10.1103/PhysRevB.84.245447>`_; `arXiv:1110.4280
<http://arxiv.org/abs/1110.4280>`_.
.. class:: col-md-3
.. class:: col-md-4
.. class:: img-responsive
......
......@@ -64,9 +64,11 @@
<div class="body-content">
<!--Body content-->
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
{{ template_hooks['page_header']() }}
{% block content %}{% endblock %}
</div>
</div>
<!--End of body content-->
<footer id="footer" class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment