- Webinhalte nach Cermak

- better help page
This commit is contained in:
Arno Kaimbacher 2020-04-06 16:46:10 +02:00
parent 5837b87791
commit 432db5e92f
9 changed files with 370 additions and 65 deletions

19
public/css/style.css vendored
View file

@ -33,6 +33,9 @@ h4 {
h3 {
font-size: 26px;
}
.paragraph-justify {
text-align: justify;
}
a {
color: #3273dc;
cursor: pointer;
@ -454,9 +457,9 @@ section.normal {
/* Work */
.work {
/* background-color: #F5F5F5; */
}
/* .work {
background-color: #F5F5F5;
} */
/* Work Filters */
@ -660,6 +663,16 @@ section.normal {
background-color: #F5F5F5;
}
/* Help */
.help {
list-style: none;
margin: 5px 0;
}
.help .help-image {
height: 80px;
margin-bottom: 5px;
}
/* Services */
.services {