IE9 shim and center contact landing

This commit is contained in:
Oleg Lavrovsky 2017-05-16 12:03:53 +02:00
parent 17d156d131
commit 25f056ecd3
2 changed files with 7 additions and 3 deletions

View file

@ -6,10 +6,8 @@
{% block content %}
<section id="contact-page">
<div class="container">
<h2>{{ page.title }}</h2>
<center>
<h2>{{ page.title }}</h2>
<p class="lead">{{ page.thanks|richtext }}</p>
</center>
</div>

View file

@ -12,6 +12,12 @@
{% block extra_css %}{% endblock %}
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/main.scss' %}">
{% endcompress %}
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="{% block body_class %}{% endblock %}">