added setting.jinja2
This commit is contained in:
BIN
cao_blogr/static/img/mental-du-saint.jpg
Normal file
BIN
cao_blogr/static/img/mental-du-saint.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
cao_blogr/static/img/mental-ordinaire.jpg
Normal file
BIN
cao_blogr/static/img/mental-ordinaire.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
cao_blogr/static/img/palette-couleur.png
Normal file
BIN
cao_blogr/static/img/palette-couleur.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -5,13 +5,20 @@ body {
|
||||
font: 400 15px/1.8 Lato, sans-serif;
|
||||
color: #666;
|
||||
}
|
||||
h2 {
|
||||
.container h2{
|
||||
color: #df4937 !important;
|
||||
}
|
||||
.container h3{
|
||||
color: #df4937 !important;
|
||||
}
|
||||
h5 {
|
||||
margin: 30px 0 30px 0;
|
||||
font-size: 24px;
|
||||
letter-spacing: 10px;
|
||||
color: #111;
|
||||
}
|
||||
.container {
|
||||
padding: 60px 80px 20px 80px;
|
||||
padding-top: 6em;
|
||||
}
|
||||
.person {
|
||||
border: 10px solid transparent;
|
||||
@@ -39,10 +46,10 @@ h2 {
|
||||
}
|
||||
}
|
||||
.bg-1 {
|
||||
background: #bc2131;
|
||||
background: #df4937;
|
||||
color: #bdbdbd;
|
||||
}
|
||||
.bg-1 h2 {color: #fff;}
|
||||
.bg-1 h5 {color: #fff;}
|
||||
.bg-1 p {font-style: italic;}
|
||||
.list-group-item:first-child {
|
||||
border-top-right-radius: 0;
|
||||
@@ -151,3 +158,10 @@ textarea {
|
||||
color: #f4511e;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container{
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user