Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
015699e09c
1 changed files with 39 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue