added setting.jinja2

This commit is contained in:
2022-05-05 14:50:43 +02:00
parent 58cea3a3a9
commit 726710372c
18 changed files with 104 additions and 94 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -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;
}
}