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