Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Krophil
site-gala
Commits
5210ef80
Verified
Commit
5210ef80
authored
Sep 21, 2017
by
Pi
Browse files
Marge titres pages
parent
8cd2d4e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
blog/static/blog/css/style.css
View file @
5210ef80
...
...
@@ -210,6 +210,10 @@ article {
opacity
:
0.9
;
}
.titre-principal
{
margin-top
:
2rem
;
}
/*-- Timer --*/
.countdown
{
width
:
100%
;
...
...
blog/templates/blog/page.html
View file @
5210ef80
...
...
@@ -3,7 +3,7 @@
{% block body %}
</br></br>
<h1>
{{content.title}}
</h1>
<h1
class=
"titre-principal"
>
{{content.title}}
</h1>
{{content.content|markdown:"trusted"}}
<div
id=
"googleMap"
class=
"embed-responsive"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment