Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-04-03 19:14:09 +02:00
commit 015699e09c

View file

@ -4,6 +4,7 @@ body {
margin-bottom: 0%; margin-bottom: 0%;
margin-left: 0%; margin-left: 0%;
margin-right: 0%; margin-right: 0%;
font-size: 1em;
} }
.main { .main {
@ -16,7 +17,14 @@ body {
margin-right: 7%; margin-right: 7%;
background-color: white; background-color: white;
font-family: sans-serif; font-family: sans-serif;
}
.title-image {
width: 100%;
height: 20%;
background: center;
background-size: 100%;
background-repeat: no-repeat;
} }
h2 { h2 {
@ -43,10 +51,11 @@ p {
} }
ul { ul {
font-size: 1.1em; /* font-size: 1.1em; */
line-height: 1.6em; line-height: 1.6em;
padding-top: 3%; padding-top: 3%;
padding-bottom: 3%; padding-bottom: 3%;
list-style-type: disc;
} }
li { li {