1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2024-10-05 08:03:53 +00:00

Add small padding to index page image

This commit is contained in:
Joe Groocock 2017-03-31 23:55:17 +01:00
parent 3632c02013
commit a16cd5d2ba
Signed by untrusted user: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block style %}
.media-right { padding-left: 2em; }
{% endblock %}
{% block body %} {% block body %}
<div class="container"> <div class="container">

View File

@ -14,6 +14,7 @@
<style type="text/css"> <style type="text/css">
body { background: #fff9f2 !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */ body { background: #fff9f2 !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
{% block style %}{% endblock %}
</style> </style>
{% block head %}{% endblock %} {% block head %}{% endblock %}